package.json 1.7 KB
Newer Older
W
wangqun 已提交
1
{
W
wangqun 已提交
2
  "name": "paddel-web",
W
wangqun 已提交
3 4 5 6
  "version": "1.0.0",
  "description": "paddle",
  "main": "index.js",
  "scripts": {
W
wangqun 已提交
7
    "server": "parcel ./src/index.html",
W
wangqun 已提交
8 9 10 11
    "mnistdemo": "parcel ./examples/mnist/index.html",
    "mobilenet": "parcel ./examples/mobileNet/index.html",
    "tinyYolo": "parcel ./examples/tinyYolo/index.html",
    "huangfan": "parcel ./examples/huangfan/index.html",
W
wangqun 已提交
12 13 14
    "terrorModel": "parcel ./examples/terrorModel/index.html",
    "humanseg": "parcel ./examples/humanseg/index.html",
    "humanStream": "parcel ./examples/humanStream/index.html --port 1234 --https",
W
wangqun 已提交
15 16 17
    "yolo": "parcel ./examples/yolo/index.html",
    "videoDemo": "parcel ./examples/videoDemo.html --port 8123 --https",
    "unitTest": "parcel ./test/unitTest.html",
W
wangqun 已提交
18 19
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack -w"
W
wangqun 已提交
20 21 22 23
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
24
    "axios": "^0.19.2",
W
wangqun 已提交
25 26 27 28 29 30 31 32 33 34
    "babel-core": "^6.26.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-runtime": "^6.26.0",
W
wangqun 已提交
35
    "less": "^3.11.1",
W
wangqun 已提交
36 37 38 39 40 41 42
    "parcel-bundler": "^1.10.3",
    "webpack-cli": "^3.3.6"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
W
wangqun 已提交
43 44 45 46 47 48 49
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/runtime": "^7.7.2",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "js-file-download": "^0.4.10",
    "vconsole": "^3.3.2",
    "webpack": "^4.39.2",
    "webpack-zepto": "0.0.1"
W
wangqun 已提交
50 51
  }
}