Files
vercel__next.js/examples/with-xata/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

25 lines
598 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"xata": "xata codegen",
"postinstall": "npx @xata.io/cli@latest schema upload schema.template.json --branch main --create-only --yes"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "18.2.8",
"@types/react-dom": "18.0.9",
"eslint": "^9",
"eslint-config-next": "latest",
"typescript": "4.9.3"
},
"dependencies": {
"@xata.io/client": "^0.21.3",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}