-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.61 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
{
"author": "",
"dependencies": {
"acorn": "^6.0.0",
"antd": "^3.15.0",
"autobind-decorator": "^2.1.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"css-loader": "^0.23.1",
"dragm": "0.0.5",
"echarts": "^4.1.0",
"fundebug-javascript": "^1.9.0",
"fundebug-revideo": "^0.5.0",
"happypack": "^5.0.1",
"js-cookie": "^2.2.0",
"jsonp": "http://registry.npm.taobao.org/jsonp/download/jsonp-0.2.1.tgz",
"less-loader": "^2.2.3",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mobx": "^4.3.0",
"mobx-react": "^5.1.2",
"mobx-react-router": "^4.0.4",
"moment": "^2.22.2",
"number-precision": "^1.2.0",
"promise-polyfill": "^8.1.3",
"prop-types": "^15.6.2",
"react": "^16.8.5",
"react-canvas-nest": "^1.0.8",
"react-dom": "^16.8.4",
"react-json-editor-ajrm": "^2.5.5",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"style-loader": "^0.13.2",
"ykit-config-react": "^2.3.2"
},
"description": "ykit starter",
"devDependencies": {
"webpack": "^2.1.0-beta",
"babel-eslint": "^8.2.6",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"json-loader": "^0.5.7",
"webpack-bundle-analyzer": "^3.4.1"
},
"f2b": {
"path": "./webapp",
"project": "qt_oa_qzz",
"type": "zip",
"version": "r-190716-193927-chengyan.liang"
},
"license": "ISC",
"main": "index.js",
"name": "recommend_qzz",
"scripts": {
"lint": "eslint --ext .js --ext .jsx src",
"start": "ykit watch -mc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}