forked from jeffbski/redux-logic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "notification",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-core": "^6.13.2",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.11.6",
"cross-env": "^2.0.0",
"expect": "^1.20.2",
"mocha": "^3.0.0",
"react-scripts": "0.2.1",
"webpack": "^1.13.1"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logic": "^2.0.0",
"rxjs": "^5.5.12",
"shortid": "^2.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "cross-env NODE_ENV=test mocha --recursive --compilers js:babel-register --require ./test/setup.js",
"test:watch": "npm test -- --watch"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}