rsnext/examples/with-strict-csp/package.json
2020-05-22 11:35:27 +02:00

15 lines
269 B
JSON

{
"name": "with-strict-csp-hash",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "ISC"
}