forked from Wingysam/Christmas-Community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "christmas-community",
"version": "1.30.0",
"description": "Christmas lists for communities",
"main": "main.js",
"scripts": {
"postinstall": "cp patched-express-response.js node_modules/express/lib/response.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node manager.js",
"dev": "nodemon index.js"
},
"author": "Wingysam <[email protected]>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/wingysam/Christmas-Community"
},
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.3",
"bulmaswatch": "^0.8.1",
"chalk": "^4.1.2",
"child-process-promise": "^2.2.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dompurify": "^2.3.1",
"dotenv": "^10.0.0",
"express": "4.17.1",
"express-pouchdb": "^4.2.0",
"express-session": "^1.17.2",
"get-product-name": "1",
"jsdom": "^17.0.0",
"lodash": "^4.17.20",
"marked": "^3.0.3",
"memdown": "^6.0.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"nanoid": "^3.1.25",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pouchdb": "^7.2.2",
"pug": "^3.0.2",
"session-pouchdb-store": "^0.4.1",
"u64": "^1.0.1",
"yes-no": "^0.0.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"nodemon": "^2.0.12"
}
}