-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "calendiary2",
"version": "1.0.0",
"description": "일기를 기록 할 수 있는 달력 만들어보기. CRUD 적용하기.\r 프론트엔드: React Framework 사용. Redux 사용하여 전역으로 상태 관리해보기.\r 백엔드: node.js 사용 , 데이터베이스 : MYSQL",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asdf99245/Calendiary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/asdf99245/Calendiary/issues"
},
"homepage": "https://github.com/asdf99245/Calendiary#readme",
"dependencies": {
"aws-sdk": "^2.1170.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"concurrently": "^7.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"multer-s3": "2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"path": "^0.12.7",
"sequelize": "^6.17.0",
"sequelize-cli": "^6.4.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}