mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-28 19:34:26 +01:00
30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"name": "next-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.4.0",
|
|
"framer-motion": "^8.5.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-modal-sheet": "^1.10.0",
|
|
"react-router-dom": "^6.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-pwa": "^0.14.1"
|
|
}
|
|
} |