-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.74 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
{
"name": "f7-vue-typescript",
"version": "0.0.1",
"types": "index.d.ts",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"cap-ios": "vite build && npx cap copy ios",
"cap-ios-o": "vite build && npx cap copy ios && npx cap open ios",
"cap-android": "vite build && npx cap copy android",
"cap-android-o": "vite build && npx cap copy android && npx cap open android",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@capacitor/android": "^4.7.0",
"@capacitor/app": "^4.1.1",
"@capacitor/browser": "^4.1.1",
"@capacitor/core": "^4.7.0",
"@capacitor/ios": "^4.7.0",
"@capacitor/keyboard": "^4.1.1",
"@capacitor/share": "^4.1.1",
"@capacitor/splash-screen": "^4.2.0",
"@capacitor/status-bar": "^4.1.1",
"@vueuse/motion": "^2.0.0-beta.12",
"bit": "^1.0.20",
"cc-loading": "^1.2.4",
"dom7": "^4.0.4",
"framework7": "^7.0.7",
"framework7-vue": "^7.0.7",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@capacitor/cli": "^4.7.0",
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/mdi": "^1.1.30",
"@iconify-json/tabler": "^1.1.24",
"@types/node": "^18.14.4",
"@types/webrtc": "^0.0.33",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"cordova-res": "^0.15.4",
"lamejs": "^1.2.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"moment": "^2.29.4",
"npm-run-all": "^4.1.5",
"pinia": "^2.0.36",
"recorder-core": "^1.2.23020100",
"sass": "^1.59.3",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vue-feather": "^2.0.0",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0"
}
}