-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.64 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.64 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@craco/craco": "^5.6.4",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.6.3",
"axios": "^0.20.0",
"babel-plugin-import": "^1.13.0",
"craco-less": "^1.17.0",
"customize-cra": "^1.0.0",
"jquery": "^3.5.1",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-app-rewired": "^2.1.6",
"react-countup": "^4.3.3",
"react-dom": "^16.14.0",
"react-hook-form": "^6.7.2",
"react-jinke-music-player": "^4.18.0",
"react-native-sound": "^0.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-soundplayer": "^1.0.5",
"react-wavesurfer": "^0.8.6",
"styled-components": "^5.2.0",
"wavesurfer.js": "^2.0.0-beta01"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"engines": {
"node": "13.14.0",
"npm": "6.14.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-sound": "^1.2.0"
}
}