-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
68 lines (68 loc) · 2.11 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "christmas-community",
"version": "1.36.0",
"description": "Christmas lists for communities",
"type": "module",
"main": "built/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node built/manager.js",
"dev": "nodemon --watch src -e ts,js --exec 'npm run build && node built/index.js'",
"postinstall": "node postinstall.cjs",
"build": "tsc",
"release": "docker buildx build . --platform linux/amd64,linux/arm64 -t wingysam/christmas-community -t wingysam/christmas-community:$(./node_modules/node-jq/bin/jq -r .version < package.json) --push"
},
"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",
"node-fetch": "^3.3.2",
"passport": "^0.4.0",
"passport-google-oidc": "^0.1.0",
"passport-local": "^1.0.0",
"pouchdb": "^7.2.2",
"pouchdb-find": "^9.0.0",
"pug": "^3.0.2",
"session-pouchdb-store": "^0.4.1",
"u64": "^1.0.1",
"yes-no": "^0.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/node-fetch": "^3.0.2",
"@types/pouchdb": "^6.4.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-promise": "^6.1.1",
"node-jq": "^4.2.2",
"nodemon": "^2.0.12",
"typescript": "^5.3.3"
}
}