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

45 lines
1.0 KiB
JSON
Raw 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",
2020-06-16 09:32:48 +00:00
"scripts": {
2020-06-16 16:03:14 +00:00
"dev": "parcel index.html",
2020-06-18 11:15:41 +00:00
"lint": "eslint src",
2020-06-17 13:48:05 +00:00
"build": "node ./build.js"
2020-06-16 09:32:48 +00:00
},
2020-06-17 09:43:21 +00:00
"dependencies": {
"@types/node": "^14.0.13",
2020-06-18 11:15:41 +00:00
"@types/service_worker_api": "^0.0.9",
2020-06-17 13:16:54 +00:00
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-prettier": "^3.1.4",
2020-06-21 17:16:01 +00:00
"idb-keyval": "^3.2.0",
2020-06-16 09:32:48 +00:00
"parcel-bundler": "^1.12.4",
2020-06-18 11:15:41 +00:00
"parcel-plugin-sw-cache": "^0.3.1",
2020-06-17 13:16:54 +00:00
"prettier": "^2.0.5",
2020-06-16 09:32:48 +00:00
"sass": "^1.26.8",
"typescript": "^3.9.5"
},
"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
}