-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "todo_app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.7.4",
"nodemon": "^1.9.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"redux": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.7.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babelify": "^6.4.0",
"browserify": "^11.2.0",
"cross-env": "^1.0.7",
"expect": "^1.16.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-sass": "^2.2.0",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"raw-loader": "^0.5.1",
"reactify": "^1.1.1",
"style-loader": "^0.13.1",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.6.0",
"webpack-hot-middleware": "^2.10.0"
}
}