chore: bootstrap Next.js 13 project with TypeScript
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "patch-pilot",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Repair café tool inventory and AI repair assistant. Next.js + MUI + multimodal LLM.",
|
||||
"keywords": [
|
||||
"repair-cafe",
|
||||
"inventory",
|
||||
"reservation",
|
||||
"ai-assistant",
|
||||
"next.js",
|
||||
"material-ui",
|
||||
"typescript"
|
||||
],
|
||||
"author": "MrFrostDev",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/MrFrostDev/patch-pilot.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/MrFrostDev/patch-pilot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/MrFrostDev/patch-pilot#readme",
|
||||
"engines": {
|
||||
"node": ">=18.17.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.11.0",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@fullcalendar/daygrid": "^6.1.20",
|
||||
"@fullcalendar/interaction": "^6.1.20",
|
||||
"@fullcalendar/react": "^6.1.20",
|
||||
"@fullcalendar/timegrid": "^6.1.20",
|
||||
"@mui/icons-material": "^5.14.0",
|
||||
"@mui/material": "^5.14.0",
|
||||
"clsx": "^2.0.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"framer-motion": "^12.40.0",
|
||||
"lucide-react": "^0.263.1",
|
||||
"next": "13.4.12",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-markdown": "^8.0.7",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"tailwind-merge": "^1.14.0",
|
||||
"zustand": "^4.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.2",
|
||||
"@types/react": "^18.2.14",
|
||||
"@types/react-dom": "^18.2.6",
|
||||
"typescript": "^5.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user