-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "landing-page",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@capacitor/android": "6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/core": "6.1.2",
"@capacitor/haptics": "6.0.1",
"@capacitor/ios": "6.1.2",
"@capacitor/keyboard": "6.0.2",
"@capacitor/status-bar": "6.0.1",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@prisma/client": "^6.4.1",
"@supabase/supabase-js": "^2.45.4",
"@uppy/core": "^4.2.2",
"@uppy/dashboard": "^4.1.1",
"@uppy/tus": "^4.1.2",
"@uppy/vue": "^2.0.1",
"ionicons": "^7.0.0",
"prisma": "^6.4.1",
"swiper": "^11.1.14",
"vue": "^3.3.0",
"vue-router": "^4.2.0",
"vue-the-mask": "^0.11.1"
},
"devDependencies": {
"@capacitor/cli": "6.1.2",
"@types/vue-the-mask": "^0.11.5",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.3.0",
"cypress": "^13.5.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^6.1.1",
"vitest": "^0.34.6",
"vue-tsc": "^2.0.22"
},
"description": "An Ionic project"
}