-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "async",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-jest": "^18.0.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"enzyme": "^2.7.1",
"file-loader": "^0.10.0",
"jest": "^18.1.0",
"react-addons-test-utils": "^15.4.2",
"css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.5",
"file-loader": "^0.10.0",
"jest": "^18.1.0",
"node-sass": "^4.5.0",
"react-redux": "^4.4.6",
"react-scripts": "^0.6.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
},
"dependencies": {
"babel-preset-es2015": "^6.22.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "jest",
"test:watch": "npm test -- --watch"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}