-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "pet-locators",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"seed": "node seeds/seed.js",
"build": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.7",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"handlebars": "^4.7.7",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.4.0",
"nodemailer": "^6.9.3",
"sequelize": "^6.32.1",
"tmp": "^0.2.1",
"uuid": "^9.0.0",
"validator": "^13.9.0"
}
}