mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8d97651683
### Why? ESLint v8 is deprecated. Also, it's deprecated dependencies spam npm warning. 
21 lines
398 B
JSON
21 lines
398 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"flow": "flow",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9",
|
|
"eslint-config-next": "latest",
|
|
"babel-plugin-transform-flow-strip-types": "6.22.0",
|
|
"flow-bin": "0.77.0"
|
|
}
|
|
}
|