mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-24 19:03:54 +00:00
27 lines
563 B
JSON
27 lines
563 B
JSON
|
|
{
|
||
|
|
"name": "litguard-ui",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"recharts": "^2.15.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^19.0.0",
|
||
|
|
"@types/react-dom": "^19.0.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"autoprefixer": "^10.4.20",
|
||
|
|
"postcss": "^8.4.49",
|
||
|
|
"tailwindcss": "^3.4.0",
|
||
|
|
"typescript": "^5.6.0",
|
||
|
|
"vite": "^6.0.0"
|
||
|
|
}
|
||
|
|
}
|