-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.55 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.55 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "thetree",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "npx cross-env NODE_ENV=production node main.js",
"test": "npx cross-env NODE_ENV=development nodemon main.js",
"dockertest": "docker compose up --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjdgustn/thetree.git"
},
"author": "HYONSU",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/wjdgustn/thetree/issues"
},
"homepage": "https://github.com/wjdgustn/thetree#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@babel/parser": "^7.28.4",
"@babel/traverse": "^7.28.4",
"@msgpack/msgpack": "^3.1.1",
"@simplewebauthn/server": "^13.1.1",
"axios": "^1.7.9",
"bcrypt": "^6.0.0",
"chevrotain": "^10.5.0",
"clean-css": "^5.3.3",
"compression": "^1.7.5",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.7",
"css-tree": "^3.1.0",
"dayjs": "^1.11.13",
"diff": "^8.0.3",
"dompurify": "^3.2.6",
"dotenv": "^16.4.5",
"es-hangul": "^2.2.4",
"express": "^5.1.0",
"express-session": "^1.18.1",
"express-useragent": "^1.0.15",
"express-validator": "^7.3.1",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.0",
"helmet": "^8.0.0",
"highlight.js": "^11.10.0",
"html-minifier-terser": "^7.2.0",
"i18next": "^25.8.7",
"i18next-fs-backend": "^2.6.1",
"i18next-http-middleware": "^3.9.2",
"ip-address": "^10.0.1",
"ip-location-api": "^2.3.2",
"isolated-vm": "^6.0.1",
"jsdom": "^26.1.0",
"json5": "^2.2.3",
"jsonc-parser": "^3.3.1",
"katex": "^0.16.21",
"libphonenumber-js": "^1.12.24",
"meilisearch": "^0.47.0",
"mongoose": "^8.8.0",
"ms": "^2.1.3",
"multer": "^2.0.2",
"nodemailer": "^8.0.4",
"otpauth": "^9.3.6",
"piscina": "^5.1.3",
"qrcode": "^1.5.4",
"random-word-slugs": "^0.1.7",
"randomstring": "^1.3.0",
"redis": "^4.7.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"uglify-js": "^3.19.3",
"uuid-color": "^0.1.1",
"validate-color": "^2.2.4",
"web-push": "^3.6.7"
},
"devDependencies": {
"@socket.io/admin-ui": "^0.5.1",
"cross-env": "^7.0.3",
"nodemon": "^3.1.9"
},
"nodemonConfig": {
"ignore": [
"public/",
"customStatic/",
"cache/",
"views/",
"frontend/",
"skins/",
"locale/",
"serverConfig.json",
"publicConfig.json",
"stringConfig.json",
"devConfig.json"
]
}
}