-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-addons-css-transition-group": "^15.4.2",
"font-awesome": "^4.7.0",
"sass-brunch": "^2.6.3",
"modal-vanilla": "^0.3.6"
},
"devDependencies": {
"babel-brunch": "^6.0.0",
"brunch": "^2.7.4",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.1",
"babel-preset-env": "^1.1.4",
"copycat-brunch": "^1.1.0"
}
}