-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 880 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
{
"name": "calendrier-delle",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "npm run buildcss && nodemon -e 'html,ejs,js,json' server.js",
"buildcss": "npx tailwindcss -i ./public/css/input.css -o ./public/css/output.css",
"minifycss": "npx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --minify"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^4.6.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"googleapis": "^92.0.0",
"md5": "^2.3.0",
"mongodb": "^4.1.4",
"nodemailer": "^6.7.2"
},
"devDependencies": {
"nodemon": "^2.0.15",
"tailwindcss": "^3.0.8"
}
}