-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.02 KB
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
{
"name": "aa_ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint-fix": "eslint --fix src",
"lint": "eslint src",
"start": "webpack-dev-server --config ./webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.12.6",
"font-awesome": "^4.7.0",
"highcharts": "^5.0.11",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"normalize.css": "^6.0.0",
"prop-types": "^15.7.2",
"react": "16.8",
"react-dom": "^16.8.0",
"react-flexbox-grid": "^1.1.1",
"react-redux": "^5.0.4",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.2",
"react-select": "^1.0.0-rc.5",
"react-widgets": "^3.4.8",
"redux": "^3.6.0",
"redux-form": "^6.8.0",
"redux-saga": "^0.15.4",
"reselect": "^3.0.0",
"superagent": "^4.1.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"autoprefixer": "^9.8.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js": "^3.6.5",
"css-loader": "^3.6.0",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-redux-saga": "^1.1.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"regenerator-runtime": "^0.13.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}