-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 907 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
33
34
35
36
37
38
39
{
"name": "grievanceforum",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManojTGN/GrievanceForum.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ManojTGN/GrievanceForum/issues"
},
"homepage": "https://github.com/ManojTGN/GrievanceForum#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"darkmode-js": "^1.5.7",
"dompurify": "^2.4.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"jsdom": "^20.0.3",
"jsonwebtoken": "^9.0.0",
"marked": "^4.2.3",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-localstorage": "^2.2.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}