-
Notifications
You must be signed in to change notification settings - Fork 0
/
package copy.json
51 lines (51 loc) · 1.52 KB
/
package copy.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "emotionalise",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"node server.js\" \"tailwindcss -i ./public/styles.css -o ./public/output.css --watch\" ",
"build": "tailwindcss -i ./public/styles.css -o ./public/output.css",
"dev": "concurrently \"nodemon server.js\" \"tailwindcss -i ./public/styles.css -o ./public/output.css --watch\" "
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.8",
"bcrypt": "^5.0.1",
"bootstrap": "^5.2.2",
"cloudinary": "^1.32.0",
"concurrently": "^7.4.0",
"connect-livereload": "^0.6.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"jsonwebtoken": "^9.0.0",
"live-server": "^1.1.0",
"livereload": "^0.9.3",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^4.8.1",
"mongoose": "^6.7.5",
"mongoose-simple-random": "^0.4.1",
"mongosh": "^0.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.7",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"postcss": "^8.4.16",
"router": "^1.3.7",
"tailwindcss": "^3.1.8",
"tw-elements": "^1.0.0-alpha12",
"validator": "^13.6.0"
}
}