-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "asos-client",
"version": "0.1.8",
"description": "세종대학교 캡스톤 디자인 프로젝트",
"author": "",
"private": true,
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/team-asos/sos-client.git"
},
"bugs": {
"url": "https://github.com/team-asos/sos-client/issues"
},
"homepage": ".",
"main": "index.js",
"scripts": {
"start": "set PORT=5000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/lab": "^5.0.0-alpha.54",
"@mui/material": "^5.0.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react-responsive": "^8.0.4",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"date-fns": "^2.25.0",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^3.0.0",
"mdbreact": "^5.1.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-rc.0",
"react-bootstrap-table": "^4.3.1",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.3.0",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-grid-layout": "^1.3.0",
"react-icons": "^4.3.1",
"react-modal": "^3.14.3",
"react-qr-reader": "^2.2.1",
"react-responsive": "^9.0.0-beta.4",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-select": "^5.1.0",
"react-spinners": "^0.11.0",
"react-spring": "^9.0.0-rc.3",
"sass": "^1.43.4",
"spinners-react": "^1.0.6",
"styled-components": "^5.3.3",
"web-vitals": "^1.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}