26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "statsphere",
|
|
"private": true,
|
|
"version": "0.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0 --port 4173"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.27.0",
|
|
"lucide-react": "^0.460.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"workbox-window": "^7.3.0"
|
|
}
|
|
}
|