-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "capstone_design",
"version": "1.0.0",
"description": "캡스톤디자인 졸업작품 프로젝트",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node ./src/index.js --delay 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iqeq1945/Capstone_Design.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iqeq1945/Capstone_Design/issues"
},
"homepage": "https://github.com/iqeq1945/Capstone_Design#readme",
"dependencies": {
"@prisma/client": "^4.3.1",
"aws-sdk": "^2.1349.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"dayjs": "^1.11.5",
"editorjs-html": "^3.4.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"method-override": "^3.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"nodemon": "^2.0.22",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"session": "^0.1.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/node": "^7.19.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.1",
"babel-loader": "^8.2.5",
"dotenv": "^16.0.2",
"prisma": "^4.3.1"
}
}