mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
- Remove serverless example (it was basically dup of with-postgres) - Add plugin (e.g. postgres) to example name - Update all javascript examples and make sure they work - Cleanup a bit of the ui in nextjs example
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "railway-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "railway run next dev",
|
|
"build": "next build",
|
|
"start": "railway run next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "9.5.4",
|
|
"pg": "^8.4.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"swr": "^0.3.9"
|
|
}
|
|
}
|