rsnext/examples/with-mysql/package.json
JuanM04 59c1f0393c
Upgraded next-env dependencies (#32613)
Old PR: #32197

I forgot I had that PR open and I removed my fork. So, I've reopened this PR to solve the merging conflicts

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Errors have helpful link attached, see `contributing.md`
2021-12-17 20:52:28 +00:00

28 lines
648 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"migrate": "node scripts/migrate-db.js"
},
"dependencies": {
"bad-words": "^3.0.4",
"clsx": "^1.1.1",
"dotenv": "^10.0.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^2.1.1",
"serverless-mysql": "^1.5.4",
"swr": "^0.3.9"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.7.4",
"typescript": "^4.0.5"
}
}