You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
{ |
|
"name": "tghandbook", |
|
"version": "1.0.0", |
|
"main": "index.js", |
|
"license": "ISC", |
|
"type": "module", |
|
"scripts": { |
|
"start": "vite", |
|
"lint": "eslint src", |
|
"build": "vite build --base=./" |
|
}, |
|
"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" |
|
} |
|
] |
|
} |
|
}
|
|
|