-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "hexxcode-sih-2023",
"version": "1.0.0",
"description": "A unified portal for developing a model Curriculum for all the AICTE Approved Institutes",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "HexxCode Team",
"license": "ISC",
"dependencies": {
"@devexpress/dx-core": "^4.0.6",
"@devexpress/dx-react-core": "^4.0.6",
"@emailjs/browser": "^3.11.0",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.43",
"mongodb": "^5.6.0",
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^5.0.2",
"mysql2": "^3.6.5",
"prop-types": "^15.8.1",
"react-quill": "^2.0.0",
"sweetalert2": "^11.10.1"
}
}