package.json 469 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "search-page",
  "version": "1.0.0",
  "description": "Search Page 2020 Winter",
  "main": "index.js",
  "type": "module",
  "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",
  "dependencies": {
Kim, Chaerin's avatar
Kim, Chaerin committed
18
19
    "express": "^4.17.1",
    "styled-components": "^5.2.1"
20
21
  }
}