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 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-06-16 09:32:48 +00:00
{
"name": "tghandbook",
"version": "1.0.0",
"main": "index.js",
2020-06-17 13:22:16 +00:00
"license": "ISC",
2022-05-10 10:27:27 +00:00
"type": "module",
2020-06-16 09:32:48 +00:00
"scripts": {
2022-05-10 10:27:27 +00:00
"start": "vite",
2020-06-18 11:15:41 +00:00
"lint": "eslint src",
2022-05-10 14:48:02 +00:00
"build": "vite build --base=./"
2020-06-16 09:32:48 +00:00
},
2020-06-17 09:43:21 +00:00
"dependencies": {
2022-05-10 10:27:27 +00:00
"@types/node": "^17.0.31",
2020-06-18 11:15:41 +00:00
"@types/service_worker_api": "^0.0.9",
2022-05-10 10:27:27 +00:00
"@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"
2020-06-16 09:32:48 +00:00
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
2020-06-18 11:15:41 +00:00
],
"cache": {
2020-06-18 11:42:59 +00:00
"strategy": "default",
"runtimeCaching": [
{
"urlPattern": [
"https://tgproxy.ovo.ovh/wiki/.*",
"i"
],
"handler": "cacheFirst"
}
]
2020-06-18 11:15:41 +00:00
}
2020-06-16 09:32:48 +00:00
}