-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "bitbiliNewTheme",
"version": "1.0.0",
"description": "A simple Pelican day/night mode theme made by @cwittlut",
"author": "cwittlut",
"license": "GPLv2",
"private": true,
"scripts": {
"prepareDist": "./script/prepare-dist.sh",
"minifyCSS": "./script/hash-url-in-scss.sh && sass -s compressed src/css/common.scss:dist/assets/css/common.css",
"doWebpack": "webpack -c webpack.config.js",
"generateSW": "workbox injectManifest workbox-config.js && webpack -c webpack.sw-config.js"
},
"dependencies": {
"lit": "^2.0.2",
"workbox-background-sync": "^6.3.0",
"workbox-core": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
"workbox-routing": "^6.3.0",
"workbox-strategies": "^6.3.0",
"workbox-window": "^6.3.0"
},
"devDependencies": {
"sass": "^1.43.3",
"scss": "^0.2.4",
"uglify-js": "^3.14.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"workbox-cli": "^6.3.0"
},
"packageManager": "yarn@3.6.4"
}