forked from Fercubos/CronosProyect1
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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
{
"name": "Cronos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon ./src/index.js",
"lint": "eslint ./src/**/*.{js,jsx}"
},
"dependencies": {
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@notionhq/client": "^2.2.7",
"axios": "^1.7.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^4.19.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.18.0",
"express-validator": "^7.1.0",
"fs": "^0.0.1-security",
"fullcalendar": "^6.1.14",
"jquery": "^3.7.1",
"luxon": "^3.4.4",
"mongoose": "^8.4.0",
"morgan": "^1.10.0",
"openai": "^4.42.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.11.5",
"timeago.js": "^4.0.2",
"passport-google-oauth2": "^0.2.0"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.4.0",
"nodemon": "^3.1.0"
}
}