-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 KB
/
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": "srmteamrobocon-website",
"version": "1.0.0",
"description": "SRM Team Robocon Website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tailwind": "npx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --watch",
"start": "node index.mjs",
"dev": "nodemon index.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anubhav-Pathak/SRMTeamRobocon-Website.git"
},
"author": "Anubhav Pathak",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anubhav-Pathak/SRMTeamRobocon-Website/issues"
},
"homepage": "https://github.com/Anubhav-Pathak/SRMTeamRobocon-Website#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"mongoose": "^6.8.4"
},
"devDependencies": {
"nodemon": "^2.0.20",
"tailwindcss": "^3.2.4"
}
}