yarn
package.json
0 → 100644
| { | |||
| "name": "search-page", | |||
| "version": "1.0.0", | |||
| "description": "Search Page 2020 Winter", | |||
| "main": "index.js", | |||
| "dependencies": { | |||
| "bootstrap": "^4.5.3", | |||
| "express": "^4.17.1", | |||
| "react-bootstrap": "^1.4.0" | |||
| }, | |||
| "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" | |||
| } |
yarn.lock
0 → 100644
Please register or sign in to comment