-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
36
37
38
39
40
{
"name": "brunch-app",
"description": "Brunch.io application",
"private": true,
"author": "Brunch",
"version": "0.0.1",
"repository": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {
"@hyperapp/logger": "^0.4.1",
"@hyperapp/router": "^0.4.1",
"es6-promise": "^4.2.8",
"hyperapp": "^1.2.10",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^7.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-es6-promise": "^1.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-latest": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"brunch": "^4.0.0",
"clean-css-brunch": "^3.0.0",
"rollup": "^0.56.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-multi-entry": "^2.1.0",
"uglify-js-brunch": "^2"
}
}