-
Notifications
You must be signed in to change notification settings - Fork 171
/
package.json
93 lines (93 loc) · 2.45 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
{
"name": "tonzhon-music",
"version": "0.2.2",
"scripts": {
"start": "node ./scripts/start",
"build": "node ./scripts/build",
"test": "node ./scripts/test"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@material-ui/core": "^4.8.1",
"antd": "^4.5.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.9.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"autoprefixer": "^10.4.12",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.13.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^7.0.2",
"bfj": "^6.1.1",
"caniuse-lite": "^1.0.30001192",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chokidar": "^3.4.0",
"css-loader": "^6.7.1",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin-alt": "^0.4.14",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.2.2",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.10.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pnp-webpack-plugin": "^1.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^6.3.1",
"postcss-safe-parser": "^4.0.1",
"rc-util": "^4.20.0",
"react-dev-utils": "^12.0.1",
"sass-loader": "7.1.0",
"style-loader": "^0.19.0",
"sw-precache-webpack-plugin": "^0.11.4",
"terser-webpack-plugin": "^1.1.0",
"url-loader": "^0.6.2",
"webpack": "^4.44.1",
"webpack-dev-server": "^4.11.1",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"workbox-webpack-plugin": "^3.6.3"
},
"babel": {
"presets": [
"react-app"
],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"license": "MIT"
}