forked from ChenYFan/ClientWorker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 920 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
34
{
"name": "clientworker",
"version": "2.3.1",
"description": "A simple, globally hijacked, easily customizable, Service Worker-based front-end worker",
"main": "./dist/cw.js",
"scripts": {
"build": "webpack ./main/entry.js -c ./cw.config.js && cp -r static/* dist "
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ChenYFan/ClientWorker.git"
},
"keywords": [
"ServiceWorker",
"ClientWorker"
],
"author": "ChenYFan",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ChenYFan/ClientWorker/issues"
},
"homepage": "https://github.com/ChenYFan/ClientWorker#readme",
"dependencies": {
"@chenyfan/cache-db": "^0.0.4",
"js-yaml": "^4.1.0",
"vitepress": "^1.0.0-alpha.4",
"vue": "^3.2.37"
},
"devDependencies": {
"terser-webpack-plugin": "^5.3.3",
"webpack-bundle-analyzer": "^4.5.0"
}
}