-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "pwaboy",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"postbuild": "export CACHE_ID=$(echo $RANDOM | md5sum | head -c 20); /usr/bin/envsubst '$CACHE_ID' < public/serviceworker.js > dist/serviceworker.js;",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"bootstrap": "^5.1.3",
"contactjs": "^1.4.1",
"dexie": "^3.2.2",
"dexie-export-import": "^1.0.3",
"nipplejs": "^0.9.1",
"vue": "^3.2.25",
"vue-router": "^4.0.15",
"wasmboy": "^0.7.1"
},
"devDependencies": {
"@types/bootstrap": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"prettier": "2.7.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^0.34.7"
}
}