28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rsbuild build",
|
|
"start": "rsbuild dev --open",
|
|
"preview": "rsbuild preview"
|
|
},
|
|
"dependencies": {
|
|
"raisa-ui": "^1.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-daisyui": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@rsbuild/core": "^1.2.4",
|
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"typescript": "^5.7.3",
|
|
"daisyui": "^4.12.10",
|
|
"tailwindcss": "^3.4.13"
|
|
}
|
|
}
|