-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
56
57
{
"name": "ticket-inspector",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:android": "npx cap run android",
"dev:ios": "npx cap run ios",
"build": "vue-tsc && vite build",
"build:android": "npx cap sync android",
"build:ios": "npx cap sync ios",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@capacitor/android": "6.2.0",
"@capacitor/app": "6.0.2",
"@capacitor/core": "6.2.0",
"@capacitor/haptics": "6.0.2",
"@capacitor/ios": "6.2.0",
"@capacitor/keyboard": "6.0.3",
"@capacitor/status-bar": "6.0.2",
"@ionic/vue": "8.4.1",
"@ionic/vue-router": "8.4.1",
"@vueuse/core": "12.3.0",
"axios": "1.7.9",
"date-fns": "4.1.0",
"html5-device-mockups": "3.2.1",
"ionicons": "7.4.0",
"vue": "3.5.13",
"vue-qrcode-reader": "5.5.11",
"vue-router": "4.5.0"
},
"devDependencies": {
"@capacitor/cli": "6.2.0",
"@vitejs/plugin-legacy": "6.0.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"cypress": "13.17.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-vue": "9.32.0",
"jsdom": "25.0.1",
"prettier": "3.4.2",
"terser": "5.37.0",
"typescript": "5.6.3",
"vite": "6.0.11",
"vitest": "2.1.8",
"vue-tsc": "2.1.10"
},
"description": "An Ionic project"
}