rsnext/examples/with-strict-csp/package.json
2018-08-06 20:19:16 -07:00

17 lines
349 B
JSON

{
"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.0.0",
"react-dom": "^16.0.0",
"uuid": "3.3.2"
}
}