-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 3.45 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@akdasa-studios/shlokas",
"version": "1.3",
"type": "module",
"scripts": {
"dev": "vite --host --mode dev",
"appflow:build": "if [ \"$CI_PLATFORM\" != \"web\" ]; then npx trapeze run appflow.yml -y --$CI_PLATFORM; fi && vue-tsc && vite build --mode ${MODE:-dev}",
"build": "vue-tsc && vite build --mode prod",
"build:dev": "vue-tsc && vite build --mode dev",
"build:prod": "vue-tsc && vite build --mode prod",
"build:staging": "vue-tsc && vite build --mode staging",
"build:testing:dev": "vue-tsc && vite build --mode testing:dev",
"build:testing:prod": "vue-tsc && vite build --mode testing:prod",
"ionic:serve": "vite dev --host",
"ionic:build": "vue-tsc && vite build --mode prod",
"preview": "vite preview",
"run:device": "npm run build:dev && npx cap run ios",
"run:device:hot": "npx ionic capacitor run ios --livereload --external",
"gen:resources": "npx capacitor-assets generate --assetPath 'resources' --ios --android",
"lint": "eslint"
},
"dependencies": {
"@akdasa-studios/shlokas-core": "1.2.5",
"@akdasa-studios/shlokas-protocol": "^0.0.6",
"@akdasa-studios/shlokas-uikit": "0.0.19",
"@awesome-cordova-plugins/core": "6.6.0",
"@awesome-cordova-plugins/email-composer": "^6.6.0",
"@capacitor-community/apple-sign-in": "^5.0.0",
"@capacitor/android": "^5.6.0",
"@capacitor/app": "^5.0.6",
"@capacitor/assets": "^3.0.4",
"@capacitor/core": "^5.6.0",
"@capacitor/device": "^5.0.6",
"@capacitor/filesystem": "^5.2.0",
"@capacitor/haptics": "^5.0.6",
"@capacitor/ios": "^5.6.0",
"@capacitor/keyboard": "^5.0.7",
"@capacitor/local-notifications": "^5.0.6",
"@capacitor/screen-orientation": "^5.0.6",
"@capacitor/splash-screen": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@capawesome/capacitor-badge": "^5.0.0",
"@codetrix-studio/capacitor-google-auth": "^3.3.6",
"@ionic/core": "^7.6.2",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^7.6.2",
"@ionic/vue-router": "^7.6.6",
"@sentry/capacitor": "^0.15.0",
"@sentry/vite-plugin": "^2.10.2",
"@sentry/vue": "7.81.1",
"@trapezedev/configure": "^7.0.10",
"@vueuse/core": "^10.7.0",
"capacitor-blob-writer": "^1.1.14",
"cordova-plugin-email-composer": "^0.10.1",
"cordova-plugin-ionic": "5.5.3",
"cordova-sqlite-storage": "^6.1.0",
"ionicons": "^7.1.0",
"jwt-decode": "^3.1.2",
"pinia": "^2.1.7",
"pouchdb": "^8.0.1",
"pouchdb-adapter-cordova-sqlite": "^2.0.8",
"pouchdb-find": "^8.0.1",
"pouchdb-upsert": "^2.2.0",
"vue": "^3.3.13",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@capacitor/cli": "^5.6.0",
"@ionic/cli": "7.1.6",
"@types/node": "^18.11.1",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-upsert": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.20.1",
"jsdom": "^23.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
},
"description": "Shlokas"
}