-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
40
41
42
43
{
"name": "comic-downloader",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/device": "^6.0.0",
"@capacitor/dialog": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@mdi/font": "^7.4.47",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.10.0",
"eruda": "^3.0.1",
"jssoup": "^0.0.15",
"jssoup-selector": "^0.0.1",
"node-html-parser": "^6.1.13",
"pdfjs": "^2.5.3",
"pdfmake": "^0.2.10",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-lazyload": "^3.0.0",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "5.2",
"vite-plugin-vuetify": "^2.0.3",
"vuetify": "3.6"
}
}