mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "balistics-builder",
|
|
"version": "0.2.0",
|
|
"private": "true",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.5",
|
|
"@emotion/styled": "^11.13.5",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@mui/icons-material": "^6.1.7",
|
|
"@mui/joy": "^5.0.0-beta.48",
|
|
"@mui/material": "^6.1.7",
|
|
"@mui/styles": "^6.1.7",
|
|
"@mui/system": "^6.1.7",
|
|
"@mui/x-data-grid": "^7.22.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"bcryptjs": "^2.4.3",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^16.4.7",
|
|
"fontsource-roboto": "^4.0.0",
|
|
"framer-motion": "^11.11.17",
|
|
"lucide-react": "^0.460.0",
|
|
"next": "15.1.0",
|
|
"next-themes": "^0.4.3",
|
|
"path": "^0.12.7",
|
|
"pg": "^8.13.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^5.3.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^11.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@auth/drizzle-adapter": "^1.7.4",
|
|
"@types/bun": "^1.1.13",
|
|
"@types/node": "^20.17.10",
|
|
"@types/pg": "^8.11.10",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/uuid": "^10.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"csv-parse": "^5.6.0",
|
|
"csv-parser": "^3.0.0",
|
|
"drizzle-kit": "^0.28.1",
|
|
"drizzle-orm": "^0.38.2",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.3",
|
|
"fs": "^0.0.1-security",
|
|
"next-auth": "^5.0.0-beta.25",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.15",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|