@georgiancollege/express-mvc
Version:
Express MVC @ Georgian College
36 lines (35 loc) • 914 B
JSON
{
"name": "your-mvc-tsc",
"version": "0.0.1",
"main": "server.js",
"author": "Your Name Goes Here",
"scripts": {
"postinstall": "node createFiles.js",
"build": "tsc",
"start": "node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"jquery": "^3.7.1",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/cookie-parser": "^1.4.6",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/jquery": "^3.5.29",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.0"
}
}