-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 976 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
37
38
{
"name": "aztech",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build-tw": "npx tailwindcss -i ./public/css/main.css -o ./public/css/tailwind.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KrinsKumar/Aztech.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KrinsKumar/Aztech/issues"
},
"homepage": "https://github.com/KrinsKumar/Aztech#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"client-sessions": "^0.8.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"mongoose": "^7.1.0",
"nodemailer": "^6.9.1",
"openai": "^3.2.1",
"path": "^0.12.7"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}