-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
39
40
41
42
43
{
"name": "um-project-2",
"version": "1.0.0",
"description": "BookMe Social App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node seeds/index.js",
"start": "node server.js",
"build:css": "tailwind build style.css -o public/styles/tailwind.css",
"prod": "NODE_ENV=production postcss style.css -o public/styles/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhiBiju/um-project-2.git"
},
"author": "Malik Harris, Tysean Hill, Abhinav Biju",
"license": "ISC",
"bugs": {
"url": "https://github.com/AbhiBiju/um-project-2/issues"
},
"homepage": "https://github.com/AbhiBiju/um-project-2#readme",
"dependencies": {
"autoprefixer": "^10.3.6",
"bcrypt": "^5.0.1",
"cloudinary": "^1.27.0",
"connect-session-sequelize": "^7.1.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.3",
"express-session": "^1.17.2",
"handlebars": "^4.7.7",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"path": "^0.12.7",
"postcss": "^8.3.8",
"postcss-cli": "^9.0.0",
"postcss-import": "^14.0.2",
"sequelize": "^6.6.5",
"tailwindcss": "^2.2.16"
}
}