-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 907 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 907 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
34
35
36
37
38
{
"name": "note-taking-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"compression": "^1.8.0",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"express-rate-limit": "^8.2.1",
"express-session": "^1.18.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.10.1",
"pg": "^8.14.1",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@fullhuman/postcss-purgecss": "^7.0.2",
"concurrently": "^9.1.2",
"postcss": "^8.5.3",
"socket.io-client": "^4.8.1",
"vite": "^6.3.2"
}
}