-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"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": "^7.51.0",
"@capacitor-community/bluetooth-le": "^7.0.0",
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",
"@capacitor/browser": "^7.0.0",
"@capacitor/core": "^7.0.1",
"@capacitor/device": "^7.0.0",
"@capacitor/ios": "^7.0.1",
"@capacitor/motion": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/splash-screen": "^7.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.1",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vuestic-ui": "^1.10.3"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^6.2.0"
}
}