forked from hamcha/tghandbook
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "tghandbook",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"lint": "eslint src",
|
|
"build": "vite build --base=./",
|
|
"build-branch": "vite build --base=./ --outDir=dist-branch",
|
|
"build-pr": "vite build --base=./ --outDir=dist-pr"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^17.0.31",
|
|
"@types/service_worker_api": "^0.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint": "8.15.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"idb-keyval": "^6.1.0",
|
|
"prettier": "^2.6.2",
|
|
"sass": "^1.51.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^2.9.8",
|
|
"vite-plugin-pwa": "^0.12.0"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions"
|
|
],
|
|
"cache": {
|
|
"strategy": "default",
|
|
"runtimeCaching": [
|
|
{
|
|
"urlPattern": [
|
|
"https://tgproxy.ovo.ovh/wiki/.*",
|
|
"i"
|
|
],
|
|
"handler": "cacheFirst"
|
|
}
|
|
]
|
|
}
|
|
}
|