-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "scientists-toolbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate-assets": "pwa-asset-generator ./logo.svg ./dist/assets -f -i ./dist/index.html -m ./dist/manifest.json",
"create-sw": "esbuild --outfile=dist/sw.js --bundle sw.ts && workbox injectManifest",
"post-build": "npm run generate-assets && npm run create-sw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfkonecn/scientists-toolbox.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jfkonecn/scientists-toolbox/issues"
},
"homepage": "https://github.com/jfkonecn/scientists-toolbox#readme",
"devDependencies": {
"esbuild": "^0.15.12",
"pwa-asset-generator": "^6.2.0",
"tailwindcss": "^3.1.3",
"workbox-cli": "^6.5.4",
"workbox-precaching": "^6.5.4"
}
}