forked from dxx/mango-music
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 Bytes
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
{
"name": "mango-music",
"version": "0.1.0",
"description": "Mango Music",
"author": "mcx",
"private": true,
"scripts": {
"start": "node scripts/customized-build start",
"build": "node scripts/customized-build build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"better-scroll": "^1.6.0",
"jsonp": "^0.2.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-lazyload": "^2.3.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"swiper": "^3.4.2"
},
"devDependencies": {
"poststylus": "^1.0.0",
"proxyquire": "^1.8.0",
"rewire": "^3.0.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}