Files

25 lines
591 B
JSON
Raw Permalink Normal View History

2024-09-06 19:45:36 -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": {
"@picocss/pico": "^2.0.6",
2025-05-13 21:24:07 -06:00
"highlight.js": "^11.11.1",
"react-dom": "^19.1.0",
"uplot": "^1.6.32"
2025-03-18 21:20:10 -06:00
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rsbuild/core": "^1.3.12",
2025-05-13 21:24:07 -06:00
"@rsbuild/plugin-react": "^1.3.0",
"@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
}
}