package.json 579 Bytes
Newer Older
baesangjune's avatar
yarn    
baesangjune committed
1
2
3
4
5
6
{
  "name": "search-page",
  "version": "1.0.0",
  "description": "Search Page 2020 Winter",
  "main": "index.js",
  "dependencies": {
baesangjune's avatar
.    
baesangjune committed
7
    "axios": "^0.21.1",
baesangjune's avatar
yarn    
baesangjune committed
8
    "bootstrap": "^4.5.3",
baesangjune's avatar
.    
baesangjune committed
9
    "cheerio": "^1.0.0-rc.5",
baesangjune's avatar
yarn    
baesangjune committed
10
    "express": "^4.17.1",
baesangjune's avatar
.    
baesangjune committed
11
12
    "react-bootstrap": "^1.4.0",
    "request": "^2.88.2"
baesangjune's avatar
yarn    
baesangjune committed
13
14
15
16
17
18
19
20
21
22
23
24
25
  },
  "devDependencies": {},
  "scripts": {
    "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"
}