You've already forked decomp.dev
mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-03-30 11:06:20 -07:00
25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"start": "rsbuild dev",
|
|
"check": "biome check --write",
|
|
"format": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"@picocss/pico": "^2.0.6",
|
|
"highlight.js": "^11.11.1",
|
|
"react-dom": "^19.1.0",
|
|
"uplot": "^1.6.32"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@rsbuild/core": "^1.3.12",
|
|
"@rsbuild/plugin-react": "^1.3.0",
|
|
"@rsbuild/plugin-sass": "^1.3.1",
|
|
"@rsbuild/plugin-type-check": "^1.2.1",
|
|
"@types/node": "^22.15.14",
|
|
"@types/react-dom": "^19.1.3"
|
|
}
|
|
}
|