-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 2.59 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "capgoTestApp",
"private": true,
"version": "0.0.1-beta1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build && npx cap copy",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint .",
"swap-config": "bun run ./swapCapacitorConfig.ts",
"swap-package-json": "bun run ./swapPackageJson.ts && bun i",
"proxy": "mitmweb --mode reverse:http://0.0.0.0:54321",
"proxy-s3": "mitmweb --listen-port 9400 --web-port 9401 --mode reverse:http://0.0.0.0:9000",
"reverse-ports-android": "adb reverse tcp:8080 tcp:8080 && adb reverse tcp:9000 tcp:9000",
"macos-replace-count-str": "LC_CTYPE=C find ./dist -type f -exec sed -i '' -E 's/\"Count v[0-9]+: \"/\"Count v5: \"/g' {} \\;"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.658.1",
"@aws-sdk/s3-request-presigner": "^3.658.1",
"@capacitor/android": "6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/core": "6.1.2",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/haptics": "6.0.0",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "6.0.0",
"@capacitor/status-bar": "6.0.0",
"@capgo/camera-preview": "link:@capgo/camera-preview",
"@capgo/capacitor-data-storage-sqlite": "^6.0.9",
"@capgo/capacitor-screen-recorder": "^8.1.58",
"@capgo/capacitor-shake": "^6.0.46",
"@capgo/capacitor-social-login": "link:@capgo/capacitor-social-login",
"@capgo/capacitor-updater": "link:@capgo/capacitor-updater",
"@capgo/capacitor-uploader": "link:@capgo/capacitor-uploader",
"@capgo/capacitor-downloader": "link:@capgo/capacitor-downloader",
"@capgo/inappbrowser": "link:@capgo/inappbrowser",
"@capgo/native-purchases": "link:@capgo/native-purchases",
"@ionic/cli": "latest",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@trapezedev/configure": "^7.0.10",
"@types/bun": "^1.1.6",
"csv-writer": "^1.6.0",
"ionicons": "^7.0.0",
"pinia": "^2.2.2",
"vue": "^3.3.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@capacitor/cli": "6.0.0",
"@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",
"autoprefixer": "^10.4.20",
"cypress": "^13.5.0",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"terser": "^5.4.0",
"typescript": "^5.1.6",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.0.24"
},
"description": "An Ionic project"
}