-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 890 Bytes
/
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
{
"name": "personal-blogging-system",
"version": "1.0.0.2023",
"private": true,
"scripts": {
"start": "node src/index.js",
"dev": "nodemon --watch src --delay 0.5s src/index.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.17.3",
"jimp": "^0.22.10",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"plotly.js-dist": "^2.26.2",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.12.1",
"sharp": "^0.32.6",
"sql-template-strings": "^2.2.2",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3"
}
}