-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 796 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
{
"name": "pkgstatsd",
"type": "module",
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"lint": "biome check && tsc --noEmit",
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@fullhuman/postcss-purgecss": "^8.0.0",
"@types/node": "^25.5.0",
"cssnano": "^7.1.3",
"cssnano-preset-advanced": "^7.0.11",
"sass": "^1.98.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^8.0.0"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"svg-pan-zoom": "^3.6.2",
"svgmap": "^2.19.2"
}
}