-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 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
35
36
37
{
"name": "reading-list",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node webpack-dev-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Peter Magenheimer",
"license": "MIT",
"dependencies": {
"babel-core": "^4.7.12",
"babel-loader": "^4.1.0",
"body-parser": "^1.12.2",
"classnames": "^1.2.0",
"css-loader": "^0.9.1",
"es6-promise": "^2.0.1",
"express": "^4.12.3",
"isomorphic-fetch": "^2.0.0",
"nedb": "^1.1.1",
"node-metainspector": "^1.0.0",
"node-sass": "^3.0.0-alpha.0",
"react": "^0.13.0",
"reflux": "^0.2.7",
"request": "^2.53.0",
"sass-loader": "^1.0.0",
"style-loader": "^0.9.0",
"uri-js": "^1.4.2",
"valid-url": "^1.0.9",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
},
"devDependencies": {
"react-hot-loader": "^1.2.3"
}
}