forked from martinshkreli/shmusic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 Bytes
/
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
{
"name": "shmusic",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"babel-core": "^6.23.0",
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"material-ui": "^0.17.1",
"morgan": "~1.7.0",
"react-tap-event-plugin": "^2.0.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"classnames": "^2.2.5",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.3.0",
"webpack-dev-middleware": "^1.10.1"
}
}