-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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": "react-rails-redux-sample",
"version": "1.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha spec/javascripts/setUp.js spec/**/*Spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/suzan2go/react-rails-redux-sample.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/suzan2go/react-rails-redux-sample/issues"
},
"homepage": "https://github.com/suzan2go/react-rails-redux-sample",
"devDependencies": {
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babel-preset-stage-2": "^6.1.2",
"babelify": "^7.2.0",
"browserify": "^13.1.1",
"browserify-incremental": "^3.0.1",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"jsdom": "^9.8.3",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.1"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"redux": "^3.0.4",
"redux-thunk": "^2.1.0"
}
}