This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/package.json

46 righe
1.0 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=./"
},
"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"
}
]
}
}