-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.07 KB
/
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
{
"name": "finished-starter",
"version": "1.0.0",
"description": "Finished starter is a complete website you can host anywhere and hack on easily",
"repository": {
"type": "git",
"url": "git+https://github.com/lowerbarriers/finished-starter.git"
},
"author": "Brad Czerniak",
"license": "MIT",
"homepage": "https://github.com/lowerbarriers/finished-starter",
"bugs": {
"url": "https://github.com/lowerbarriers/finished-starter/issues"
},
"scripts": {
"browserslist": "env BROWSERSLIST_CONFIG=./_includes/.browserslistrc browserslist",
"prettier-css": "prettier --write 'assets/css/{theme,utility}/*.css'",
"prettier-js": "prettier --write 'assets/js/partials/*.js'",
"purgecss": "purgecss -c .node_config/purgecss.config.js -o assets/css/pre-commit-dependency.css",
"terser": "terser _site/assets/js/behavior.js -o assets/js/pre-commit-dependency.js"
},
"devDependencies": {
"browserslist": "^4.16.6",
"dotenv": "^8.6.0",
"dotenv-flow": "^3.2.0",
"prettier": "^2.2.1",
"purgecss": "^4.0.3",
"terser": "^4.6.6"
}
}