forked from Ayush5071/Agro_Techies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
32
33
34
35
36
{
"name": "kisaan",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build:css": "tailwindcss build styles.css -o output.css"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cloudinary": "^2.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-mongoose": "^0.1.0",
"express-session": "^1.18.0",
"http-errors": "~1.6.3",
"mongoose": "^8.2.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"natural": "^6.12.0",
"node-nlp": "^4.27.0",
"nodemon": "^3.1.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"stripe": "^14.24.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.3",
"uuid": "^9.0.1",
"yarn": "^1.22.22"
}
}