forked from thoughtbot/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 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
34
35
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"engines": {
"node": "9.2.0",
"npm": "5.5.1"
},
"dependencies": {
"blueimp-md5": "^2.3.0",
"bourbon": "5.0.0-beta.6",
"bourbon-neat": "^1.7.4",
"jquery": "2.2.3",
"moment": "^2.13.0",
"neat": "^1.2.2",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"trix": "^0.9.6"
},
"devDependencies": {
"autoprefixer": "~6.3.0",
"babel-brunch": "~6.0.0",
"brunch": "2.7.4",
"clean-css-brunch": "~1.8.0",
"css-brunch": "~1.7.0",
"javascript-brunch": "~1.8.0",
"normalize.css": "^3.0.3",
"postcss-brunch": "^0.5.0",
"sass-brunch": "^2.0.0",
"uglify-js-brunch": "~1.7.0"
}
}