-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.84 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
{
"name": "fcp-optimization-demo",
"version": "1.0.0",
"description": "fcp optimization demo",
"dependencies": {
"koa": "^2.13.0",
"koa-static": "^5.0.0",
"koa-static-cache": "^5.1.4"
},
"devDependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@types/echarts": "^4.9.0",
"@types/lodash": "^4.14.164",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-redux": "^7.1.6",
"@types/react-router-dom": "^5.1.3",
"add-asset-html-webpack-plugin": "^3.1.3",
"antd": "^4.7.2",
"axios": "^0.19.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^1.1.5",
"echarts": "^4.9.0",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.1.1",
"moment-locales-webpack-plugin": "^1.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-infinite-scroller": "^1.2.4",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"terser-webpack-plugin": "^4.2.3",
"thread-loader": "^3.0.1",
"typescript": "^4.0.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "node ./start.js"
},
"author": "pikou"
}