-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 897 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
{
"name": "react-redux-crumbs",
"version": "1.0.0",
"scripts": {
"start": "npm run watch",
"serve": "webpack-dev-server",
"watch": "webpack-dev-server --inline",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "6.18.2",
"babel-loader": "6.2.7",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"immutable": "^3.8.1",
"open-browser-webpack-plugin": "0.0.3",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrvadala/react-redux-crumbs.git"
},
"homepage": "https://github.com/cvdlab/react-redux-crumbs#readme"
}