package.json 1.3 KB
Newer Older
W
wangqun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
{
  "name": "paddle-web-demo",
  "version": "1.0.0",
  "description": "paddle",
  "main": "index.js",
  "scripts": {
    "mnistdemo": "parcel ./examples/mnist/index.html",
    "mobilenet": "parcel ./examples/mobileNet/index.html",
    "tinyYolo": "parcel ./examples/tinyYolo/index.html",
    "huangfan": "parcel ./examples/huangfan/index.html",
    "yolo": "parcel ./examples/yolo/index.html",
    "videoDemo": "parcel ./examples/videoDemo.html --port 8123 --https",
    "unitTest": "parcel ./test/unitTest.html",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "axios": "^0.17.1",
    "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",
    "parcel-bundler": "^1.10.3",
    "webpack-cli": "^3.3.6"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "js-file-download": "^0.4.5",
    "vconsole": "^3.3.2"
  }
}