forked from Vynlar/react-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "brunch-app",
"description": "Brunch.io application",
"private": true,
"author": "Brunch",
"version": "0.0.1",
"repository": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"test": "mocha --require mocha-babel"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"chai": "^4.0.2",
"color": "^1.0.3",
"mocha": "^3.4.2",
"mocha-generators": "^2.0.0",
"prop-types": "^15.5.10",
"radium": "^0.19.1",
"ramda": "^0.24.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.7.0",
"redux-saga": "^0.15.3"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "^6.0.6",
"babel-core": "^6.25.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6",
"babel-preset-react": "^6.24.1",
"brunch": "^2",
"clean-css-brunch": "^2",
"uglify-js-brunch": "^2"
}
}