rsnext/examples/with-strict-csp/package.json

14 lines
212 B
JSON
Raw Normal View History

2018-08-07 05:19:16 +02:00
{
"private": true,
2018-08-07 05:19:16 +02:00
"scripts": {
"dev": "next",
2018-08-07 05:19:16 +02:00
"build": "next build",
"start": "next start"
2018-08-07 05:19:16 +02:00
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
2018-08-07 05:19:16 +02:00
}