nextjs-test/package.json

40 lines
975 B
JSON

{
"name": "nextjs-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sparticuz/chromium": "^122.0.0",
"@sparticuz/chromium-min": "^122.0.0",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"chrome-aws-lambda": "^10.1.0",
"next": "14.1.0",
"puppeteer": "^22.4.0",
"puppeteer-core": "^22.3.0",
"react": "^18",
"react-dom": "^18",
"react-drawio": "^0.1.2",
"react-unity-webgl": "^9.5.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}