-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.39 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
50
51
{
"name": "be",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"build": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoinSSU/JoinSSU-BE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoinSSU/JoinSSU-BE/issues"
},
"homepage": "https://github.com/JoinSSU/JoinSSU-BE#readme",
"dependencies": {
"aws-sdk": "^2.1272.0",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"global": "^4.4.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"puppeteer": "^19.2.1",
"sequelize": "^6.25.4",
"sequelize-cli": "^6.5.2",
"webpack": "^5.74.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"nodemon": "^2.0.20",
"webpack-cli": "^4.10.0"
},
"proxy": "http://localhost:8001"
}