48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "homepage.js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha './test'",
|
|
"dev": "gulp serve_dev",
|
|
"prod": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@node-minify/clean-css": "^8.0.5",
|
|
"@node-minify/core": "^8.0.5",
|
|
"bcrypt": "^5.1.0",
|
|
"body-parser": "^1.20.1",
|
|
"connect-redis": "^6.1.3",
|
|
"cookie-encrypter": "^1.0.1",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.0.3",
|
|
"easy-crc": "^1.1.0",
|
|
"express": "^4.18.2",
|
|
"express-async-handler": "^1.2.0",
|
|
"express-browser-detect": "^1.0.0",
|
|
"express-minify": "^1.0.0",
|
|
"express-session": "^1.17.3",
|
|
"glob": "^8.1.0",
|
|
"gulp": "^4.0.2",
|
|
"html-escaper": "^3.0.3",
|
|
"ioredis": "^5.3.1",
|
|
"js-base64": "^3.7.5",
|
|
"mocha": "^10.2.0",
|
|
"node-gpg": "^0.2.0",
|
|
"otplib": "^12.0.1",
|
|
"pg": "^8.9.0",
|
|
"pg-hstore": "^2.3.4",
|
|
"pug": "^3.0.2",
|
|
"redis": "^4.6.4",
|
|
"sequelize": "^7.0.0-alpha.9",
|
|
"sync-fetch": "^0.4.2",
|
|
"totp-generator": "^0.0.14",
|
|
"unit.js": "^2.1.1",
|
|
"xml": "^1.0.1"
|
|
}
|
|
}
|