-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
70 lines (70 loc) · 2.07 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
{
"name": "react-qq-music",
"version": "1.0.0",
"description": "qqmusic with react",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve",
"build": "cross-env NODE_ENV=production webpack --mode production",
"dll": "cross-env NODE_ENV=production webpack --mode production --config webpack_dll.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rayhomie/react-qq-music"
},
"keywords": [
"react",
"qqmusic"
],
"author": "rayhomie <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rayhomie/react-qq-music/issues"
},
"homepage": "https://github.com/rayhomie/react-qq-music#readme",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"hox": "^1.1.4",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"qs": "^6.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@types/lodash-es": "^4.17.4",
"@types/qs": "^6.9.6",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"autoprefixer": "^10.2.5",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "*",
"cross-env": "^7.0.3",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^3.0.1",
"cssnano": "^5.0.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"less-loader": "^9.0.0",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^5.3.0",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.3",
"typescript": "^3.9.9",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}