-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
44
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev"
},
"dependencies": {
"@capacitor-community/fcm": "^3.0.2",
"@capacitor/android": "^4.3.0",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.3.0",
"@capacitor/ios": "^4.3.0",
"@capacitor/network": "^4.1.0",
"@capacitor/preferences": "^4.0.2",
"@capacitor/push-notifications": "^4.1.2",
"@mdi/font": "^7.0.96",
"date-fns": "^2.29.3",
"pocketbase": "^0.7.1",
"swiper": "^8.4.2",
"vue": "^3.2.37",
"vue-final-modal": "^3.4.11",
"vue-router": "^4.1.5",
"vue3-pdfjs": "^0.1.6",
"vue3-touch-events": "^4.1.0"
},
"devDependencies": {
"@capacitor/cli": "^4.3.0",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.11",
"cordova-res": "^0.15.4",
"node-fetch": "^3.2.10",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
}
}