package.json 827 Bytes
Newer Older
baesangjune's avatar
yarn    
baesangjune committed
1
2
3
4
5
{
  "name": "search-page",
  "version": "1.0.0",
  "description": "Search Page 2020 Winter",
  "main": "index.js",
baesangjune's avatar
.    
baesangjune committed
6
  "type": "module",
baesangjune's avatar
yarn    
baesangjune committed
7
  "dependencies": {
baesangjune's avatar
.    
baesangjune committed
8
    "axios": "^0.21.1",
baesangjune's avatar
yarn    
baesangjune committed
9
    "bootstrap": "^4.5.3",
baesangjune's avatar
.    
baesangjune committed
10
    "cheerio": "^1.0.0-rc.5",
baesangjune's avatar
.    
baesangjune committed
11
    "esm": "^3.2.25",
baesangjune's avatar
yarn    
baesangjune committed
12
    "express": "^4.17.1",
baesangjune's avatar
.    
baesangjune committed
13
14
15
16
    "iconv-lite": "^0.6.2",
    "jschardet": "^2.2.1",
    "mongoose": "^5.11.11",
    "node-gyp": "^7.1.2",
baesangjune's avatar
.    
baesangjune committed
17
    "nodemon": "^2.0.6",
baesangjune's avatar
.    
baesangjune committed
18
    "react-bootstrap": "^1.4.0",
baesangjune's avatar
.    
baesangjune committed
19
20
    "request": "^2.88.2",
    "request-promise": "^4.2.6"
baesangjune's avatar
yarn    
baesangjune committed
21
22
23
  },
  "devDependencies": {},
  "scripts": {
baesangjune's avatar
.    
baesangjune committed
24
    "dev": "nodemon server/server.js",
baesangjune's avatar
yarn    
baesangjune committed
25
26
27
28
29
30
31
32
33
34
    "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"
}