mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
29 lines
690 B
JSON
29 lines
690 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": "^9.24.0",
|
|
"eslint-config-next": "^15.2.4",
|
|
"next": "^15.2.4",
|
|
"postcss": "8.4.30",
|
|
"puppeteer": "22.12.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|