33 lines
780 B
JSON
33 lines
780 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tsparticles/react": "^3.0.0",
|
|
"@tsparticles/slim": "^3.9.1",
|
|
"bootstrap": "^5.3.8",
|
|
"react": "^19.2.0",
|
|
"react-bootstrap": "^2.10.10",
|
|
"react-bootstrap-icons": "^1.11.6",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@vitejs/plugin-react-swc": "^4.2.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"vite": "^7.2.2"
|
|
}
|
|
}
|