-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.2 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": "foodwo",
"version": "1.2.2",
"description": "Welcome to FoodWo, your one-stop destination for online food ordering in Kannur District! FoodWo provides a convenient platform for customers to browse and order delicious food items from a single restaurant without leaving the comfort of their homes. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon node index",
"style": "npx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --watch"
},
"author": "Richu Sony",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"html-pdf-lts": "^2.2.7",
"moment": "^2.29.4",
"mongoose": "^7.5.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"postcss-cli": "^10.1.0",
"razorpay": "^2.9.2",
"springedge": "^1.0.6",
"twilio": "^4.18.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3"
}
}