-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 951 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
{
"name": "whatsmyip",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npm i nodemon -g",
"start": "nodemon app.js"
},
"dependencies": {
"@fullcalendar/core": "^6.1.1",
"@fullcalendar/daygrid": "^6.1.1",
"@fullcalendar/interaction": "^6.1.1",
"@fullcalendar/list": "^6.1.1",
"@fullcalendar/timegrid": "^6.1.1",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cron": "^2.3.0",
"dotenv": "^16.0.3",
"ejs": "~3.1.8",
"exceljs": "^4.3.0",
"express": "^4.19.2",
"express-rate-limit": "^6.7.0",
"fullcalendar": "^6.1.1",
"http-errors": "^2.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"node-sp-auth-config": "^3.0.5",
"nodemon": "^2.0.4",
"sp-download": "^2.0.0"
},
"devDependencies": {
"dump-die": "^1.0.0",
"node-sass-middleware": "^1.0.1"
}
}