package.json 1.1 KB
Newer Older
Lee Jin Ju's avatar
Lee Jin Ju committed
1
2
3
4
5
6
7
8
{
  "name": "client",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
Lee Jin Ju's avatar
Lee Jin Ju committed
9
10
11
    "axios": "^0.20.0",
    "bootstrap": "^4.5.2",
    "formik": "^2.1.5",
12
<<<<<<< HEAD
Lee Jin Ju's avatar
Lee Jin Ju committed
13
14
    "jquery": "^3.5.1",
    "popper.js": "^1.16.1",
15
16
=======
>>>>>>> origin/rkyoung7
Lee Jin Ju's avatar
Lee Jin Ju committed
17
18
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
Lee Jin Ju's avatar
Lee Jin Ju committed
19
20
21
22
    "react-router-dom": "^5.2.0",
    "react-scripts": "3.4.3",
    "styled-components": "^5.2.0",
    "yup": "^0.29.3"
Lee Jin Ju's avatar
Lee Jin Ju committed
23
24
25
26
27
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
28
<<<<<<< HEAD
Lee Jin Ju's avatar
Lee Jin Ju committed
29
30
    "eject": "react-scripts eject",
    "proxy": "http://localhost:3030"
31
=======
Choi Ga Young's avatar
Choi Ga Young committed
32
    "eject": "react-scripts eject"
33
>>>>>>> origin/rkyoung7
Lee Jin Ju's avatar
Lee Jin Ju committed
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}