-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1.34 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
31
32
33
34
35
36
37
38
39
{
"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",
"jest": "npx jest --config=.node_config/jest.config.json --verbose",
"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"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.2"
},
"devDependencies": {
"browserslist": "^4.21.3",
"dotenv": "^8.6.0",
"dotenv-flow": "^3.2.0",
"jest": "^27.5.1",
"jest-json-reporter2": "^1.1.0",
"jest-puppeteer": "^4.4.0",
"lighthouse": "^9.6.6",
"prettier": "^2.7.1",
"puppeteer": "^16.2.0",
"purgecss": "^4.1.3",
"terser": "^4.8.1"
}
}