-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "plex-posters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_PATH=$NODE_PATH:./shared nodemon . -e js,jsx",
"startdev": "npm run start & npm run dev",
"dev": "webpack-dev-server --progress --color"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.5.4",
"babel": "^5.8.20",
"body-parser": "^1.13.3",
"express": "^4.13.3",
"gulp-sass": "^2.0.4",
"immutable": "^3.7.4",
"isomorphic-fetch": "^2.1.1",
"lodash": "^3.10.1",
"morgan": "^1.6.1",
"object-assign": "^3.0.0",
"react": "^0.13.3",
"react-inlinesvg": "^0.4.2",
"react-redux": "^0.2.2",
"react-router": "^1.0.0-beta3",
"redux": "^1.0.0-rc",
"request": "^2.60.0",
"sharp": "^0.11.0",
"swig": "^1.4.2"
},
"devDependencies": {
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"css-loader": "^0.15.6",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"node-sass": "^3.2.0",
"react-hot-loader": "^1.2.8",
"sass-loader": "^1.0.4",
"style-loader": "^0.12.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
}
}