-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 774 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 774 Bytes
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
{
"name": "personal_web",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"aieditor": "^1.3.8",
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"highlight.js": "^11.11.1",
"marked": "^15.0.11",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.2",
"mysql": "^2.18.1",
"quill": "^2.0.3",
"quill-image-resize-module": "^3.0.0",
"socket.io": "^4.8.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
}
}