-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
47
48
{
"name": "react-store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && nodemon build/server.bundle.js",
"watch": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"deep-merge": "^1.0.0",
"deep-pick": "^0.1.0",
"express": "^4.14.0",
"mapper.js": "^0.2.2",
"merge": "^1.2.0",
"object-assign": "^4.1.0",
"react": "^15.3.1",
"react-dom": "^15.3.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-css-modules-transform": "^0.2.1",
"babel-plugin-webpack-loaders": "^0.7.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^1.0.1",
"ignore-styles": "^5.0.1",
"json-loader": "^0.5.4",
"nodemon": "^1.10.2",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.11.1",
"postcss-url": "^5.1.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.3.3"
}
}