-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
50 lines (50 loc) · 1.3 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
47
48
49
50
{
"name": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production"
},
"dependencies": {
"es6-promise": "^3.2.1",
"react": "15.1.0",
"react-dom": "15.1.0",
"redux-saga": "^0.11.0",
"babel-polyfill": "^6.9.1",
"stackblur-canvas": "^1.2.1"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"autoprefixer": "^6.3.6",
"babel-brunch": "~6.0.0",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.19.0",
"javascript-brunch": "^2.0.0",
"node-sass": "^3.7.0",
"postcss-brunch": "^0.5.0",
"postcss-loader": "^0.9.1",
"sass-brunch": "^2.6.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"uglify-js-brunch": "^2.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-validator": "^2.1.2"
}
}