29 lines
688 B
JSON
29 lines
688 B
JSON
|
|
{
|
||
|
|
"name": "robot-u-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"lint": "biome lint ./src",
|
||
|
|
"format": "biome format --write ./src",
|
||
|
|
"check": "biome check --error-on-warnings ./src",
|
||
|
|
"hooks:install": "../scripts/install_git_hooks.sh",
|
||
|
|
"postinstall": "../scripts/install_git_hooks.sh"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"preact": "^10.27.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@biomejs/biome": "^2.4.6",
|
||
|
|
"@preact/preset-vite": "^2.10.2",
|
||
|
|
"@types/node": "^24.7.2",
|
||
|
|
"knip": "^5.86.0",
|
||
|
|
"typescript": "^5.9.3",
|
||
|
|
"vite": "^7.1.9"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|