mirror of
https://github.com/Aviortheking/CA_Cyber_Security.git
synced 2025-08-13 21:21:59 +00:00
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user