-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 1.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
{
"name": "itunes_remote",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server",
"dev": "webpack --progress --colors --watch",
"build": "NODE_ENV=production webpack --progress --colors"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.14.0",
"internal-ip": "^1.2.0",
"node-osascript": "^1.0.4",
"socket.io": "^1.4.8"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"clean-webpack-plugin": "^0.1.14",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.11.2",
"postcss-cssnext": "^2.8.0",
"postcss-loader": "^1.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-icons": "^2.2.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}