Files
CA_Cyber_Security/package.json
dependabot[bot] 87b13cca40 Bump next from 10.2.3 to 11.1.0
Bumps [next](https://github.com/vercel/next.js) from 10.2.3 to 11.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.3...v11.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 03:27:31 +00:00

27 lines
565 B
JSON

{
"name": "CA_Cyber_Security",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@dzeio/url-manager": "^1.0.5",
"@types/node": "^15.6.1",
"next": "^11.1.0",
"next-compose-plugins": "^2.2.1",
"next-pre-css": "^1.0.0",
"nextjs": "^0.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stylus": "^0.54.8",
"stylus-loader": "^6.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"scripts": {
"dev": "next dev"
},
"devDependencies": {
"@types/react": "^17.0.8"
}
}