generated from akdasa-studios/template-app
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.54 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
{
"name": "@akdasa-studios/shlokas",
"version": "1.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"run:device": "npm run build && npx cap run ios",
"gen:resources": "npx capacitor-assets generate --assetPath 'resources' --ios"
},
"dependencies": {
"@akdasa-studios/shlokas-uikit": "^0.0.17",
"@capacitor/app": "^4.1.1",
"@capacitor/assets": "^2.0.4",
"@capacitor/core": "4.6.3",
"@capacitor/device": "^4.1.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "4.6.3",
"@capacitor/keyboard": "4.1.1",
"@capacitor/splash-screen": "^4.1.4",
"@capacitor/status-bar": "4.1.1",
"@capawesome/capacitor-background-task": "^2.0.0",
"@intlify/vue-i18n-loader": "^4.2.0",
"@ionic/storage": "^3.0.6",
"@ionic/vue": "^6.6.1",
"@ionic/vue-router": "^6.6.1",
"@vueuse/core": "^9.13.0",
"core-js": "^3.28.0",
"eventemitter2": "^6.4.9",
"fabric": "^5.3.0",
"fastest-levenshtein": "^1.0.16",
"ionicons": "^6.1.3",
"pinia": "^2.0.32",
"pouchdb": "^8.0.1",
"pouchdb-find": "^8.0.1",
"pouchdb-upsert": "^2.2.0",
"transliteration": "^2.3.5",
"uuid-by-string": "^4.0.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"wavesurfer.js": "^6.5.2"
},
"devDependencies": {
"@capacitor/cli": "4.6.3",
"@ionic/cli": "6.20.8",
"@types/fabric": "^5.3.0",
"@types/jest": "^27.0.2",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-upsert": "^2.2.6",
"@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.3",
"babel-jest": "^27.3.1",
"capacitor-resources": "^2.0.5",
"capacitor-set-version": "^2.0.13",
"eslint": "^8.4.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.3.1",
"jest-html-reporter": "^3.7.0",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"ts-jest": "^27.0.7",
"typescript": "^4.9.5"
},
"description": "App"
}