-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 873 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
29
30
31
32
33
34
{
"name": "mangaview",
"version": "0.0.0",
"scripts": {
"build": "run-p type-check build-only",
"build-only": "vite build",
"dev": "vite",
"preview": "vite preview --port 4173",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@quasar/extras": "^1.15.4",
"pinia": "^2.0.21",
"quasar": "^2.8.4",
"register-service-worker": "^1.7.2",
"vue": "^3.2.38",
"vue-router": "^4.1.5",
"vue3-dropzone": "^2.0.1"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.2.3",
"@types/node": "^16.11.56",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"sass": "^1.32.12",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vite-plugin-pwa": "^0.13.1",
"vue-tsc": "^0.40.7"
}
}