tabletop-commander/package.json
2024-03-19 14:49:50 -06:00

35 lines
779 B
JSON

{
"name": "tabletop-commander",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@prisma/client": "^5.11.0",
"isomorphic-dompurify": "^2.4.0",
"next": "14.1.0",
"prisma": "^5.11.0",
"react": "^18",
"react-dom": "^18",
"recoil": "^0.7.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"typescript-eslint": "^7.2.0"
}
}