mirror of
https://github.com/Aviortheking/CA_Cyber_Security.git
synced 2025-04-22 02:42:12 +00:00
27 lines
565 B
JSON
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": "^10.2.3",
|
|
"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"
|
|
}
|
|
}
|