package.json 971 字节
Newer Older
Y
Yanzhan Yang 已提交
1
{
2
  "name": "paddle-web",
Y
Yanzhan Yang 已提交
3 4 5 6 7 8 9 10 11 12 13
  "version": "1.0.0",
  "description": "paddle",
  "main": "index.js",
  "scripts": {
    "server": "parcel ./src/index.html",
    "testDemo": "parcel ./demo/index.html",
    "unit": "parcel ./test/unitTest.html",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
14
    "url": "https://github.com/PaddlePaddle/paddle-mobile"
Y
Yanzhan Yang 已提交
15 16 17 18 19 20 21 22 23 24 25 26
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "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",
27
    "axios": ">=0.18.1"
Y
Yanzhan Yang 已提交
28 29 30 31 32 33 34 35
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "js-file-download": "^0.4.5"
  }
}