31 lines
711 B
JSON
31 lines
711 B
JSON
{
|
|
"name": "indigo-dashboard",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
"crypto-js": "^4.2.0",
|
|
"decimal.js": "^10.4.3",
|
|
"i18next": "^25.2.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-grid-layout": "^1.5.2",
|
|
"react-icons": "^5.5.0",
|
|
"react-i18next": "^15.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|