-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 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
{
"name": "status",
"version": "0.0.0",
"description": "Custom Instatus status page frontend",
"homepage": "https://github.com/cloudnode-pro/status#readme",
"bugs": {
"url": "https://github.com/cloudnode-pro/status/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudnode-pro/status.git"
},
"license": "GPL-3.0",
"author": "Cloudnode",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"rollup-plugin-minify-template-literals": "^1.1.7",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"lit": "^3.3.2",
"navigo": "^8.11.1"
}
}