-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
{
"name": "smartlamp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"upload": "npm run build && pio run --target uploadfs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SHMAKET/SmartLamp.git"
},
"keywords": [],
"author": "SHMAKET",
"license": "GPLv3",
"type": "commonjs",
"bugs": {
"url": "https://github.com/SHMAKET/SmartLamp/issues"
},
"homepage": "https://github.com/SHMAKET/SmartLamp#readme",
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"tailwindcss": "^4.2.1",
"terser": "^5.46.0",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-static-copy": "^3.2.0"
}
}