forked from mathieul/brunch-with-elm-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 658 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 658 Bytes
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
{
"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": {},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.22.0",
"bootstrap": "^4.0.0-alpha.6",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"elm-brunch": "^0.7.0",
"javascript-brunch": "^2.0.0",
"sass-brunch": "^2.6.3",
"uglify-js-brunch": "^2.0.0"
}
}