forked from qegj567-cloud/SullyOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.63 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
49
50
51
52
53
54
55
{
"name": "aetheros-simulator",
"version": "1.0.0",
"type": "module",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"dev": "vite",
"build": "pnpm run build:workers && vite build",
"preview": "vite preview",
"cap:sync": "cap sync",
"cap:android": "cap open android",
"build:workers": "node scripts/build-workers.mjs",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@capacitor-community/speech-recognition": "^6.0.1",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.1.1",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@neondatabase/serverless": "^1.0.2",
"@netlify/blobs": "^10.7.4",
"@netlify/functions": "^5.1.5",
"@phosphor-icons/react": "^2.1.10",
"@rei-standard/amsg-client": "2.7.0",
"@rei-standard/amsg-instant": "0.9.1",
"@rei-standard/amsg-server": "2.5.1",
"@rei-standard/amsg-shared": "0.2.0",
"@rei-standard/amsg-sw": "2.3.1",
"jszip": "^3.10.1",
"pg": "^8.20.0",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.21.5",
"fake-indexeddb": "^6.2.5",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^2.1.9"
}
}