homepage.js/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-13 02:16:46 +01:00
{
"name": "homepage.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-02-18 16:03:09 +01:00
"test": "mocha './test'",
2023-02-13 02:16:46 +01:00
"dev": "gulp serve_dev",
"prod": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-03-05 15:26:56 +01:00
"@node-minify/clean-css": "^8.0.5",
"@node-minify/core": "^8.0.5",
"bcrypt": "^5.1.0",
2023-02-19 07:05:36 +01:00
"body-parser": "^1.20.1",
2023-02-19 03:25:01 +01:00
"connect-redis": "^6.1.3",
2023-02-18 16:29:43 +01:00
"cookie-encrypter": "^1.0.1",
"cookie-parser": "^1.4.6",
2023-02-13 02:16:46 +01:00
"dotenv": "^16.0.3",
2023-03-19 10:10:05 +01:00
"easy-crc": "^1.1.0",
2023-02-13 02:16:46 +01:00
"express": "^4.18.2",
2023-02-22 07:43:12 +01:00
"express-async-handler": "^1.2.0",
2023-03-05 15:26:56 +01:00
"express-minify": "^1.0.0",
2023-02-18 16:03:09 +01:00
"express-session": "^1.17.3",
2023-02-13 02:38:15 +01:00
"glob": "^8.1.0",
2023-02-18 16:03:09 +01:00
"gulp": "^4.0.2",
2023-02-20 03:43:53 +01:00
"html-escaper": "^3.0.3",
2023-02-19 03:25:01 +01:00
"ioredis": "^5.3.1",
2023-02-18 16:03:09 +01:00
"js-base64": "^3.7.5",
"mocha": "^10.2.0",
2023-02-25 07:32:11 +01:00
"node-gpg": "^0.2.0",
"otplib": "^12.0.1",
2023-02-19 08:07:23 +01:00
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
2023-02-18 14:41:24 +01:00
"pug": "^3.0.2",
2023-02-19 03:25:01 +01:00
"redis": "^4.6.4",
"sequelize": "^7.0.0-alpha.9",
2023-03-11 10:51:41 +01:00
"sync-fetch": "^0.4.2",
2023-02-25 07:32:11 +01:00
"totp-generator": "^0.0.14",
2023-02-27 02:04:47 +01:00
"unit.js": "^2.1.1",
"xml": "^1.0.1"
2023-02-13 02:16:46 +01:00
}
}