package.json 2.4 KB
Newer Older
bert committed
1 2 3 4 5
{
  "private": true,
  "entry": {},
  "dependencies": {
    "antd": "^1.1.0",
fukai committed
6
    "antd-iconfont": "^3.0.3",
bert committed
7 8 9 10
    "atool-build": "0.7.x",
    "babel-plugin-antd": "0.4.x",
    "babel-plugin-transform-runtime": "^6.8.0",
    "babel-runtime": "^6.6.1",
bert committed
11
    "bce-sdk-js": "^0.1.8",
bert committed
12
    "classnames": "^2.2.3",
bert committed
13
    "echarts-for-react": "^1.1.2",
bert committed
14
    "es3ify-loader": "^0.2.0",
bert committed
15
    "fetch-ie8": "^1.4.0",
bert committed
16
    "history": "^2.0.1",
bert committed
17
    "immutable": "^3.8.1",
bert committed
18 19
    "isomorphic-fetch": "^2.2.1",
    "js-cookie": "^2.1.1",
bert committed
20 21 22
    "key-mirror": "^1.0.1",
    "lodash": "^4.13.1",
    "md5": "^2.1.0",
fukai committed
23
    "moment": "^2.29.1",
bert committed
24
    "object-assign": "^4.0.1",
fukai committed
25
    "random-js": "^2.1.0",
bert committed
26
    "react": "0.14.x",
bert committed
27
    "react-chartjs": "^0.7.3",
bert committed
28 29
    "react-dom": "0.14.x",
    "react-redux": "^4.4.0",
bert committed
30 31
    "react-router": "2.3.x",
    "react-router-redux": "^4.0.5",
bert committed
32 33
    "redux": "^3.3.1",
    "redux-logger": "^2.6.1",
bert committed
34 35 36
    "redux-thunk": "^2.0.1",
    "reqwest": "^2.0.5",
    "superagent": "^2.1.0"
bert committed
37 38 39
  },
  "devDependencies": {
    "atool-test-mocha": "^0.1.4",
bert committed
40
    "babel-core": "^6.4.0",
fukai committed
41
    "babel-eslint": "^6.0.0",
bert committed
42 43 44 45 46 47
    "babel-loader": "~6.2.1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
bert committed
48 49 50 51 52 53
    "dora": "0.3.x",
    "dora-plugin-browser-history": "^0.1.1",
    "dora-plugin-hmr": "0.6.x",
    "dora-plugin-livereload": "0.3.x",
    "dora-plugin-proxy": "0.6.x",
    "dora-plugin-webpack": "0.6.x",
bert committed
54
    "enzyme": "^1.2.0",
bert committed
55 56 57
    "eslint": "^2.7.0",
    "eslint-config-airbnb": "6.x",
    "eslint-plugin-react": "4.x",
fukai committed
58
    "expect": "^1.20.1",
bert committed
59
    "glob": "^7.0.3",
bert committed
60 61 62 63 64 65 66
    "jsdom": "^9.4.1",
    "karma": "^0.13.19",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^0.2.1",
    "karma-phantomjs-launcher": "^0.2.3",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-spec-reporter": "0.0.23",
fukai committed
67
    "karma-webpack": "^1.7.0",
bert committed
68 69 70
    "mocha": "^2.3.4",
    "react-addons-test-utils": "^0.14.6",
    "sinon": "^1.17.2"
bert committed
71 72 73 74 75
  },
  "scripts": {
    "build": "atool-build",
    "lint": "eslint --ext .js,.jsx src",
    "start": "dora -p 8001 --plugins   \"webpack,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"",
bert committed
76
    "test-antd": "atool-test-mocha ./src/**/__tests__/*-test.js",
fukai committed
77
    "test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
bert committed
78
    "test:watch": "npm test -- --watch"
bert committed
79
  }
bert committed
80
}