-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.3 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
46
47
48
49
{
"name": "home-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "nodejs node_modules/webpack/bin/webpack.js --mode none --config webpack.config.js"
},
"author": "Apostolis Gerodimos",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"morgan": "^1.9.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"bcrypt": "^3.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.3",
"express-session": "^1.17.0",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"sequelize": "^5.22.5",
"socket.io": "^2.3.0",
"web-push": "^3.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boicotaz/Home-Site.git"
},
"bugs": {
"url": "https://github.com/boicotaz/Home-Site/issues"
},
"homepage": "https://github.com/boicotaz/Home-Site#readme",
"proxy": "http://localhost:8082"
}