-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "musiq-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.14",
"airbrake-js": "^2.0.0-beta.3",
"axios": "^0.19.0",
"easy-peasy": "^2.6.6",
"html-entities": "^1.2.1",
"react": "^16.8.6",
"react-audio-player": "^0.11.1",
"react-audioplayer": "^0.3.1",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.12.5",
"react-icons": "^3.7.0",
"react-jinke-music-player": "^4.3.5",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.4",
"react-spring": "^8.0.25",
"recompose": "^0.30.0",
"serve": "^11.0.2",
"sweetalert": "^2.1.2",
"uuid": "^3.3.2"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"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"
]
}
}