-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1008 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1008 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
38
{
"name": "pkgstats",
"type": "module",
"packageManager": "pnpm@10.31.0",
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"lint": "biome check src/ && tsc --noEmit",
"format": "biome format --write src/"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@fullhuman/postcss-purgecss": "^8.0.0",
"@types/node": "^25.3.5",
"cssnano": "^7.1.3",
"cssnano-preset-advanced": "^7.0.11",
"sass": "^1.97.3",
"terser": "^5.46.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"buffer": "^6.0.3",
"chart.js": "^4.5.1",
"svg-pan-zoom": "^3.6.2",
"svgmap": "^2.19.2",
"swagger-ui": "^5.32.0"
},
"pnpm": {
"overrides": {
"react": "^18",
"react-dom": "^18"
}
}
}