-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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": "todos-5_1_0",
"private": true,
"scripts": {
"test": "NODE_PATH='./node_modules:../app/javascript' jest --watch --coverage"
},
"jest": {
"roots": [
"app/javascript"
]
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.4",
"compression-webpack-plugin": "^0.3.2",
"glob": "^7.1.1",
"path-complete-extname": "^0.1.0",
"rails-erb-loader": "^3.2.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-undo": "^0.6.1",
"css-loader": "^0.26.1",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"webpack": "^2.2.1",
"webpack-merge": "^3.0.0"
},
"devDependencies": {
"babel-preset-stage-2": "^6.22.0",
"enzyme": "^2.7.1",
"extract-text-webpack-plugin": "^3.0.1",
"jest": "^19.0.2",
"react-addons-test-utils": "^15.4.2",
"redux-mock-store": "^1.2.2",
"webpack-dev-server": "^2.4.1"
}
}