Files
bun.sh/test/integration/next-pages/package.json
2024-06-27 14:56:07 -07:00

29 lines
685 B
JSON

{
"name": "default-create-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "cd node_modules/puppeteer && bun install.mjs"
},
"dependencies": {
"@types/node": "20.7.0",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.16",
"bun-types": "^1.0.3",
"eslint": "8.50.0",
"eslint-config-next": "14.1.3",
"next": "14.1.3",
"postcss": "8.4.30",
"puppeteer": "22.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}