25 lines
531 B
JSON
25 lines
531 B
JSON
{
|
|
"name": "glm-app-hub",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit --pretty false"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "0.575.0",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "5.2.0",
|
|
"typescript": "5.9.3",
|
|
"vite": "6.4.3"
|
|
}
|
|
}
|