Files
2026-08-27 21:09:14 +00:00

29 lines
688 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": "25.0.0",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"autoprefixer": "10.4.21",
"bun-types": "^1.2.19",
"eslint": "^9.33.0",
"eslint-config-next": "^16.1.0",
"next": "^16.1.0",
"postcss": "8.5.6",
"puppeteer": "24.16.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^3",
"typescript": "5.9.2"
}
}