-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
135 lines (135 loc) · 4.22 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "{{name}}",
"version": "1.0.0",
"description": "{{description}}",
"main": "index.js",
"author": "{{author}}",
"private": false,
"license": "MIT",
"entry": {},
"scripts": {
"build": "atool-build",
"clean": "rimraf dist",
"build-dev:webpack": "webpack --config webpack.config.js --watch --progress --colors",
"build-dev": "npm-run-all clean build-dev:webpack",
"build-test:webpack": "webpack --config webpack.config.test.js --progress --colors",
"build-test": "npm-run-all clean build-test:webpack",
"build-staging:webpack": "webpack --config webpack.config.staging.js --progress --colors",
"build-staging": "npm-run-all clean build-staging:webpack",
"build-prod:webpack": "webpack --config webpack.config.prod.js --progress --colors",
"build-prod": "npm-run-all clean build-prod:webpack",
"lint": "eslint .js,.jsx src --fix",
"styleLint": "stylelint **/*.less --syntax less",
"start": "dora -p 8001 --plugins \"webpack,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"",
"test-antd": "atool-test-mocha ./src/**/__tests__/*-test.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"@antv/data-set": "^0.8.9",
"antd": "~2.13.11",
"atool-build": "~1.0.2",
"babel-plugin-antd": "0.4.x",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.6.1",
"bce-sdk-js": "^0.1.8",
"big.js": "^5.0.2",
"bizcharts": "^3.1.10",
"body-parser": "^1.15.2",
"chart.js": "^1.0.2",
"classnames": "^2.2.3",
"compression-webpack-plugin": "^1.1.11",
"cookie-parser": "1.4.3",
"crypto-js": "^3.1.9-1",
"css-split-webpack-plugin": "^0.2.5",
"detail": "^1.0.10",
"echarts-for-react": "^1.1.2",
"ejs": ">=2.5.5",
"es3ify-loader": "^0.2.0",
"events": "1.1.1",
"express": "4.14.0",
"express-static-gzip": "^0.3.2",
"fetch-ie8": "^1.4.0",
"g2": "^2.0.5",
"g2-react": "^1.1.0",
"history": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"https": "^1.0.0",
"immutability-helper": "^2.7.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.1",
"jsonwebtoken": "7.1.9",
"key-mirror": "^1.0.1",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"lodash.debounce": "^4.0.8",
"log4js": "0.6.38",
"md5": "^2.1.0",
"moment": "^2.22.2",
"node.extend": "1.1.7",
"npm-run-all": "^4.1.2",
"nprogress": "^0.2.0",
"object-assign": "^4.0.1",
"path": "0.12.7",
"pm2": "^3.0.4",
"postcss-pxtorem": "^4.0.1",
"prop-types": "^15.6.2",
"rc-queue-anim": "^1.3.0",
"react": "~15.6.2",
"react-chartjs": "^0.7.3",
"react-dom": "~15.6.2",
"react-redux": "^4.4.0",
"react-router": "~2.5.2",
"react-router-redux": "^4.0.5",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"reqwest": "^2.0.5",
"reselect": "^3.0.1",
"rimraf": "^2.6.2",
"superagent": "^3.7.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack-dev-server": "3.1.11"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.4.0",
"babel-eslint": "^7.1.1",
"babel-loader": "~6.2.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"bizcharts": "^3.1.10",
"colors": "^1.1.2",
"compression-webpack-plugin": "^1.1.3",
"escope": "^3.6.0",
"eslint": "3.19.0",
"eslint-plugin-react": "7.8.2",
"expect": "^1.20.1",
"express-static-gzip": "^0.3.2",
"glob": "^7.0.3",
"jsdom": "^9.4.1",
"react-addons-test-utils": "^0.14.6",
"react-hot-loader": "^4.3.3",
"sinon": "^1.17.2",
"style-loader": "^0.21.0",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}