christmas/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2018-11-20 11:19:58 -08:00
{
"name": "christmas-community",
2022-10-14 08:06:30 -07:00
"version": "1.30.0",
2018-11-20 11:19:58 -08:00
"description": "Christmas lists for communities",
"main": "main.js",
"scripts": {
2020-10-29 11:14:38 -07:00
"postinstall": "cp patched-express-response.js node_modules/express/lib/response.js",
2018-11-20 11:19:58 -08:00
"test": "echo \"Error: no test specified\" && exit 1",
2021-09-13 13:47:44 -07:00
"start": "node manager.js",
"dev": "nodemon index.js"
2018-11-20 11:19:58 -08:00
},
"author": "Wingysam <wingysam+git@gmail.com>",
2020-10-30 08:53:11 -07:00
"license": "AGPL-3.0",
"repository": {
"type": "git",
2021-09-13 19:33:59 -07:00
"url": "https://github.com/wingysam/Christmas-Community"
2020-10-30 08:53:11 -07:00
},
2018-11-20 11:19:58 -08:00
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.3",
2020-12-01 19:20:01 -08:00
"bulmaswatch": "^0.8.1",
2021-09-13 13:55:03 -07:00
"chalk": "^4.1.2",
2020-11-02 16:07:12 -08:00
"child-process-promise": "^2.2.1",
2018-11-20 11:19:58 -08:00
"connect-flash": "^0.1.1",
2022-10-03 08:03:02 -07:00
"cookie-parser": "^1.4.6",
2021-09-13 13:55:03 -07:00
"dompurify": "^2.3.1",
"dotenv": "^10.0.0",
2020-10-29 11:14:38 -07:00
"express": "4.17.1",
2020-11-03 17:16:23 -08:00
"express-pouchdb": "^4.2.0",
2021-09-13 13:55:03 -07:00
"express-session": "^1.17.2",
2020-11-02 16:07:12 -08:00
"get-product-name": "1",
2021-09-13 13:55:03 -07:00
"jsdom": "^17.0.0",
2021-09-14 23:41:44 -07:00
"lodash": "^4.17.20",
2021-09-13 13:55:03 -07:00
"marked": "^3.0.3",
"memdown": "^6.0.0",
"mkdirp": "^1.0.4",
2020-10-29 20:50:36 -07:00
"moment": "^2.29.1",
2021-09-13 13:55:03 -07:00
"nanoid": "^3.1.25",
2018-11-20 11:19:58 -08:00
"passport": "^0.4.0",
"passport-local": "^1.0.0",
2020-10-30 09:11:20 -07:00
"pouchdb": "^7.2.2",
2021-09-13 13:55:03 -07:00
"pug": "^3.0.2",
2020-11-03 19:01:52 -08:00
"session-pouchdb-store": "^0.4.1",
2020-11-01 19:24:40 -08:00
"u64": "^1.0.1",
2018-11-26 13:18:28 -08:00
"yes-no": "^0.0.1"
2020-11-08 13:54:08 -08:00
},
"devDependencies": {
2021-09-13 13:55:03 -07:00
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
2020-11-08 13:54:08 -08:00
"eslint-plugin-node": "^11.1.0",
2021-09-13 13:55:03 -07:00
"eslint-plugin-promise": "^5.1.0",
2021-09-13 13:47:44 -07:00
"nodemon": "^2.0.12"
2018-11-20 11:19:58 -08:00
}
}