-
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) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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",
"debug": "DEBUG=true brunch watch --stdin",
"test": "mix test && npm run test.elm",
"test.install": "cd ./web/tests && elm-package install",
"test.elm": "cd ./web/tests && elm-test Tests.elm",
"test.elm.watch": "npm run test.elm -- --watch"
},
"dependencies": {
"elm": "^0.18.0",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"tachyons-custom": "^4.6.0"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-brunch": "~6.0.0",
"brunch": "2.7.4",
"clean-css-brunch": "~2.0.0",
"css-brunch": "~2.0.0",
"elm-brunch": "^0.9.0",
"elm-live": "^2.7.5",
"javascript-brunch": "~2.0.0",
"postcss-brunch": "^2.0.5",
"postcss-clean": "^1.0.2",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^6.0.1",
"postcss-import": "^10.0.0",
"uglify-js-brunch": "~2.0.1"
}
}