-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.18 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
44
45
{
"name": "voodoo-express",
"version": "1.0.0",
"description": "## Description",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"lint": "npx eslint **/*.js",
"dev": "nodemon src/server.js",
"seed": "node src/seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Salissa4/Voodoo-Express.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Salissa4/Voodoo-Express/issues"
},
"homepage": "https://github.com/Salissa4/Voodoo-Express#readme",
"devDependencies": {
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.20",
"prettier": "^2.7.1"
},
"dependencies": {
"bcrypt": "^5.1.0",
"chalk": "^4.1.2",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"leaflet": "^1.9.2",
"mysql2": "^2.3.3",
"normalize.css": "^8.0.1",
"sequelize": "^6.25.5"
}
}