-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 929 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 929 Bytes
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
{
"name": "board",
"version": "1.0.0",
"description": "이 저장소의 코드는\r [http://a-mean-blog.com/ko/blog/Node-JS-첫걸음/게시판-만들기](http://a-mean-blog.com/ko/blog/Node-JS-첫걸음/게시판-만들기)에서 작성되었습니다.\r <br>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.22.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap-icons": "^1.5.0",
"cheerio": "^1.0.0-rc.10",
"connect-flash": "^0.1.1",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"http-errors": "^1.8.0",
"method-override": "^3.0.0",
"mongoose": "^6.0.5",
"morgan": "^1.10.0",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"puppeteer": "^10.4.0",
"request": "^2.88.2"
}
}