-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 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
{
"name": "ektm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "concurrently \"nodemon backend/server.js\" \"npm start --prefix frontend\"",
"start": "node backend/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"acorn": "^8.8.2",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"concurrently": "^7.5.0",
"cors": "^2.8.5",
"dot": "^1.1.3",
"dotenv": "^16.0.3",
"esprima": "^4.0.1",
"estraverse": "^5.3.0",
"estree-walker": "^3.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"graphlib-dot": "^0.6.4",
"graphvis": "^0.0.1",
"graphviz": "^0.0.9",
"html2pdf.js": "^0.10.1",
"http-proxy-middleware": "^2.0.6",
"imgbb-uploader": "^1.5.0",
"jsonwebtoken": "^8.5.1",
"mermaid": "^10.1.0",
"moment": "^2.29.4",
"mongoose": "^7.0.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"puppeteer": "^19.8.5"
},
"devDependencies": {
"axios-mock-adapter": "^1.21.2",
"eslint": "^8.40.0",
"eslint-formatter-summary": "^1.1.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20"
}
}