mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
28 lines
589 B
JSON
28 lines
589 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^3.6.0",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "latest",
|
|
"react": "^19",
|
|
"react-dom": "^19",
|
|
"remark": "^15.0.1",
|
|
"remark-html": "^16.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|