Files
ballistic-builder/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2024-11-14 12:45:58 -05:00
{
"name": "balistics-builder",
"version": "0.1.0",
2024-11-20 13:34:17 -05:00
"private": "true",
2024-11-14 12:45:58 -05:00
"scripts": {
2024-11-21 13:03:00 -05:00
"dev": "next dev",
2024-11-14 12:45:58 -05:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-11-20 16:37:54 -05:00
"@chakra-ui/next-js": "^2.4.2",
2024-11-20 14:54:05 -05:00
"@chakra-ui/react": "^3.1.2",
"@emotion/react": "^11.13.5",
2024-11-20 16:37:54 -05:00
"@emotion/styled": "^11.13.5",
2024-11-20 14:54:05 -05:00
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
2024-11-14 17:46:13 -05:00
"@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",
2024-11-15 15:58:34 -05:00
"@prisma/client": "^5.22.0",
2024-11-22 10:01:33 -05:00
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
2024-11-20 12:52:44 -05:00
"drizzle-orm": "^0.36.3",
2024-11-14 17:46:13 -05:00
"fontsource-roboto": "^4.0.0",
2024-11-20 16:37:54 -05:00
"framer-motion": "^11.11.17",
2024-11-22 10:01:33 -05:00
"lucide-react": "^0.460.0",
2024-11-14 17:46:13 -05:00
"next": "15.0.3",
2024-11-20 14:54:05 -05:00
"next-themes": "^0.4.3",
"pg": "^8.13.1",
2024-11-14 17:46:13 -05:00
"react": "18.2.0",
2024-11-20 14:54:05 -05:00
"react-dom": "18.2.0",
2024-11-22 10:01:33 -05:00
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
2024-11-14 12:45:58 -05:00
},
"devDependencies": {
2024-11-22 14:56:37 -05:00
"@types/bun": "^1.1.13",
2024-11-15 15:58:34 -05:00
"@types/node": "^20.17.6",
"@types/pg": "^8.11.10",
2024-11-14 12:45:58 -05:00
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.28.1",
2024-11-14 17:46:13 -05:00
"eslint": "^8",
"eslint-config-next": "15.0.3",
2024-11-14 12:45:58 -05:00
"postcss": "^8",
2024-11-15 15:58:34 -05:00
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
2024-11-15 15:58:34 -05:00
"tsx": "^4.19.2",
"typescript": "^5.6.3"
2024-11-14 12:45:58 -05:00
}
}