rsnext/examples/with-static-export/package.json

19 lines
361 B
JSON
Raw Normal View History

2017-07-01 21:44:58 +02:00
{
"private": true,
2017-07-01 21:44:58 +02:00
"scripts": {
"dev": "next",
2017-07-01 21:44:58 +02:00
"build": "next build",
"start": "serve out"
},
"dependencies": {
"@types/node": "^18.11.5",
"@types/react-dom": "^18.0.7",
"@types/react": "^18.0.23",
"next": "latest",
"react-dom": "^18.2.0",
"react": "^18.2.0",
"serve": "^14.2.0",
"typescript": "^4.8.4"
}
2017-07-01 21:44:58 +02:00
}