123456789101112131415161718192021222324 |
- {
- "name": "DistroHard",
- "version": "1.0.0",
- "main": "index.js",
- "author": "GrauKatze <GrauKatze@protonmail.com>",
- "license": "MIT",
- "dependencies": {
- "bootstrap": "^5.1.3",
- "cors": "^2.8.5",
- "express": "^4.18.1",
- "hbs": "^4.2.0",
- "jquery": "^3.6.0",
- "nodemon": "^2.0.16",
- "pg": "^8.7.3",
- "pg-hstore": "^2.3.4",
- "pug": "^3.0.2",
- "sequelize": "^6.19.0",
- "yarn": "^1.22.18"
- },
- "devDependencies": {
- "@types/hbs": "^4.0.1"
- }
- }
|