-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 995 Bytes
/
package.json
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
{
"name": "placeholder",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"clean": "yarn cache clean && rm -rf ./docs && rm -rf ./node_modules",
"clean-start": "rm -rf docs && yarn run start",
"fresh": "yarn run clean && yarn install && yarn run start",
"debug": "export LOGGY_STACKS=1 && yarn run start",
"start": "brunch watch --server",
"build:pre": "rm -rf docs",
"build": "yarn run build:pre && brunch build --production"
},
"dependencies": {
"mithril": "^2.0.4"
},
"devDependencies": {
"@babel/plugin-transform-spread": "^7.7.4",
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "7.0.1",
"brunch": "3.0.0",
"clean-css-brunch": "3.0.0",
"copycat-brunch": "1.1.1",
"imagemin-brunch": "^1.1.0",
"sass-brunch": "3.0.0",
"size-limit": "^4.5.0",
"sw-precache-brunch": "^2.0.1",
"uglify-js-brunch": "^2.10.0"
},
"author": "boaz blake<[email protected]>",
"private": true
}