-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
52
53
54
55
56
57
58
59
{
"dependencies": {
"@babel/runtime": "^7.15.3",
"@prisma/client": "^2.29.0",
"algoliasearch": "^4.11.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"nodemailer": "^6.6.3",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"randomstring": "^1.2.1"
},
"name": "ec-advance-2021-team2_backend",
"description": "",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime-corejs3": "^7.15.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"prisma": "^2.29.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon ./src/app.js --exec babel-node",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EndlessCreation/EC-Advance-2021-Team2_BackEnd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EndlessCreation/EC-Advance-2021-Team2_BackEnd/issues"
},
"homepage": "https://github.com/EndlessCreation/EC-Advance-2021-Team2_BackEnd#readme"
}