forked from thoughtbot/constable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 858 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 858 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
29
30
31
32
33
{
"repository": {},
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"autoprefixer": "^6.3.6",
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.2",
"highlight.js": "^9.3.0",
"jquery": "^2.2.0",
"jquery-textcomplete": "^0.8.0",
"marked": "^0.3.5",
"mousetrap": "^1.5.3",
"normalize.css": "^4.1.1",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"postcss-brunch": "^0.5.0",
"selectize": "^0.12.1",
"turbolinks": "^5.0.0-beta4"
},
"devDependencies": {
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "^6.6.0",
"brunch": "~2.8.2",
"clean-css-brunch": "~1.8.0",
"css-brunch": "~1.7.0",
"javascript-brunch": "~1.8.0",
"sass-brunch": "^2.0.0",
"uglify-js-brunch": "~1.7.0"
}
}