-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "mpyctlapp",
"private": true,
"author": "DKI",
"license": "ISC",
"version": "1.0.0",
"type": "module",
"keywords": [
"automation",
"mobile",
"ble"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"webbuild": "vite -c viteWeb.config.js build",
"preview": "vite preview"
},
"overrides": {
"semver": "^7.6.3"
},
"dependencies": {
"@babylonjs/core": "^7.27.0",
"@capacitor-community/bluetooth-le": "^6.0.1",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/browser": "^6.0.2",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.1",
"@capacitor/ios": "^6.1.2",
"@capacitor/motion": "^6.0.1",
"@capacitor/preferences": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@fontsource/dekko": "^5.0.20",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"pinia": "^2.2.2",
"vue": "^3.5.10",
"vue-echarts": "^7.0.3",
"vuestic-ui": "^1.10.2"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8"
}
}