-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
44
45
46
{
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --hot",
"test": "mocha --require babelhook",
"watch": "nodemon -e js,jsx -w ./test -w ./src -x 'npm test'"
},
"author": "Andrew Bestbier",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"chai": "*",
"css-loader": "^0.19.0",
"fbjs": "^0.2.1",
"mocha": "*",
"nodemon": "^1.7.3",
"pouchdb": "^5.0.0",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^3.1.0",
"react-router": "^1.0.0-rc3",
"redux": "^3.0.2",
"redux-devtools": "^2.1.5",
"redux-logger": "^2.0.4",
"redux-promise": "^0.5.0",
"redux-thunk": "^1.0.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"chart.js": "^1.0.2",
"react": "^0.14.0",
"react-bootstrap": "^0.27.2",
"react-chartjs": "^0.6.0",
"react-router-bootstrap": "^0.19.2",
"underscore": "^1.8.3"
}
}