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

18 lines
349 B
JSON
Raw Normal View History

2018-08-07 05:19:16 +02:00
{
"name": "with-strict-csp",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"express": "^4.14.0",
"helmet": "3.13.0",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
2018-08-07 05:19:16 +02:00
"uuid": "3.3.2"
}
}