-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 991 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 991 Bytes
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
{
"name": "nodenav",
"version": "1.0.0",
"description": "Open source headunit",
"main": "index.js",
"scripts": {
"build": "vite build",
"preview": "vite preview",
"electron": "electron .",
"dev": "vite",
"electron-dev": "cross-env NODE_ENV=development concurrently \"npm run dev\" \"wait-on http://localhost:5173 && npm run electron\"",
"start": "npm run build && npm run electron"
},
"author": "AJ Frio",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react": "^5.0.4",
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"electron": "^38.2.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite": "^7.1.9",
"wait-on": "^9.0.1"
},
"dependencies": {
"@heroui/react": "^2.8.5",
"@tailwindcss/vite": "^4.1.14",
"cors": "^2.8.5",
"dbus-next": "^0.10.2",
"express": "^5.1.0",
"lucide-react": "^0.545.0",
"mapbox-gl": "^3.15.0",
"tailwindcss": "^4.1.14",
"ws": "^8.18.3"
}
}