-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
{
"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"
},
"dependencies": {
"@babylonjs/core": "^8.2.1",
"@capacitor-community/bluetooth-le": "^7.0.0",
"@capacitor-community/text-to-speech": "^6.0.0",
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/browser": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/device": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@capacitor/motion": "^8.0.0",
"@capacitor/preferences": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@fontsource/dekko": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@material-symbols/svg-400": "^0.28.2",
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vuestic-ui": "^1.10.3"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"vite": "^6.4.2"
}
}