Files
vercel__next.js/examples/with-flow/package.json
Jiwon Choi 8d97651683 Bump examples/** Eslint to v9 (#73560)
### Why?

ESLint v8 is deprecated. Also, it's deprecated dependencies spam npm
warning.


![image](https://github.com/user-attachments/assets/856a70a5-3185-44d6-9fa9-c773f898dc25)
2024-12-06 17:54:17 +09:00

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"
}
}