2024-09-06 19:45:36 -06:00
|
|
|
{
|
2025-04-25 19:11:05 -06:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "rsbuild build",
|
|
|
|
|
"start": "rsbuild dev",
|
|
|
|
|
"check": "biome check --write",
|
|
|
|
|
"format": "biome format --write"
|
|
|
|
|
},
|
2024-09-06 19:45:36 -06:00
|
|
|
"dependencies": {
|
2025-04-25 19:11:05 -06:00
|
|
|
"@picocss/pico": "^2.0.6",
|
2025-05-13 21:24:07 -06:00
|
|
|
"highlight.js": "^11.11.1",
|
|
|
|
|
"react-dom": "^19.1.0",
|
2025-04-25 19:11:05 -06:00
|
|
|
"uplot": "^1.6.32"
|
2025-03-18 21:20:10 -06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-04-25 19:11:05 -06:00
|
|
|
"@biomejs/biome": "^1.9.4",
|
|
|
|
|
"@rsbuild/core": "^1.3.12",
|
2025-05-13 21:24:07 -06:00
|
|
|
"@rsbuild/plugin-react": "^1.3.0",
|
2025-04-25 19:11:05 -06:00
|
|
|
"@rsbuild/plugin-sass": "^1.3.1",
|
2025-05-13 21:24:07 -06:00
|
|
|
"@rsbuild/plugin-type-check": "^1.2.1",
|
|
|
|
|
"@types/node": "^22.15.14",
|
|
|
|
|
"@types/react-dom": "^19.1.3"
|
2024-09-06 19:45:36 -06:00
|
|
|
}
|
|
|
|
|
}
|