-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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": "reduxd3seed",
"version": "0.0.1",
"author": "Jason McCarrell <jason.abz@gmail.com>",
"repository": "https://github.com/funkjunky/reduxd3seed",
"scripts": {
"test": "mocha --compilers js:babel-register",
"test:watch": "npm test -- --watch",
"coverage": "babel-node ./node_modules/istanbul/lib/cli cover ./node_modules/mocha/bin/_mocha -- --bail"
},
"dependencies": {
"d3": "3.*",
"isomorphic-fetch": "^2.2.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-motion": "^0.4.4",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"istanbul": "^1.0.0-alpha.2",
"json-loader": "^0.5.4",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"react-addons-test-utils": "^15.2.1",
"react-hot-loader": "^1.3.0",
"redux-mock-store": "^1.1.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.13.1"
}
}