package.json 776 Bytes
Newer Older
1
2
3
4
5
6
7
{
  "name": "search-page",
  "version": "1.0.0",
  "description": "Search Page 2020 Winter",
  "main": "index.js",
  "type": "module",
  "scripts": {
Kim, Chaerin's avatar
?    
Kim, Chaerin committed
8
    "dev": "nodemon server/server.js",
9
10
11
12
13
14
15
16
17
18
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/search-page.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
19
20
21
    "axios": "^0.21.1",
    "charset": "^1.0.1",
    "cheerio": "^1.0.0-rc.5",
Kim, Chaerin's avatar
Kim, Chaerin committed
22
    "express": "^4.17.1",
23
24
25
26
    "iconv": "^3.0.0",
    "iconv-lite": "^0.6.2",
    "jschardet": "^2.2.1",
    "mongoose": "^5.11.9",
baesangjune's avatar
baesangjune committed
27
    "nodemon": "^2.0.7",
28
29
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
Kim, Chaerin's avatar
Kim, Chaerin committed
30
    "styled-components": "^5.2.1"
31
32
  }
}