Files
yoshiki/examples/next-example/package.json
2022-11-12 21:45:46 +09:00

30 lines
585 B
JSON

{
"name": "next-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.0.3",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"yoshiki": "workspace:^"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"typescript": "4.8.4"
},
"installConfig": {
"hoistingLimits": "workspaces"
}
}