-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 1.07 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": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"dev": "brunch watch --server",
"prod": "brunch build --production",
"build": "brunch build --production",
"deploy": "./deploy.sh"
},
"dependencies": {
"autoprefixer": "^6.3.3",
"babel-eslint": "^5.0.0",
"babel-preset-stage-0": "^6.5.0",
"jquery": "^2.2.1",
"material-ui": "^0.14.4",
"postcss-brunch": "^0.5.0",
"react": "~0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "~0.14.7",
"react-rotating-text": "^1.1.0",
"react-router": "^2.0.1",
"react-tap-event-plugin": "^0.2.2",
"stylus-brunch": "^2.0.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0"
}
}