This repository was archived by the owner on Aug 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
{
"name": "vingo-app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000 --host",
"build": "git pull && vite build && vite preview --port 3000 --host",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@capacitor/android": "5.0.1",
"@capacitor/app": "5.0.1",
"@capacitor/core": "5.0.1",
"@capacitor/haptics": "5.0.1",
"@capacitor/ios": "5.0.1",
"@capacitor/keyboard": "5.0.1",
"@capacitor/status-bar": "5.0.1",
"@ionic/vue": "^7.0.10",
"@ionic/vue-router": "^7.0.10",
"axios": "^1.4.0",
"ionicons": "^7.0.0",
"moment": "^2.29.4",
"vue": "^3.3.4",
"vue-gtag": "^2.0.1",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@capacitor/cli": "5.0.1",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.7.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^0.29.2",
"vue-tsc": "^1.0.24"
},
"description": "An Ionic project"
}