-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.52 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
80
81
82
83
84
85
86
87
{
"name": "client_9dokme",
"version": "0.1.0",
"proxy": "https://www.booksr.co.kr/wp-content/uploads/2022/12/%EC%9D%B8%EA%B3%B5%EC%A7%80%EB%8A%A5-%EC%8B%9C%EB%8C%80%EC%9D%98-%EC%BB%B4%ED%93%A8%ED%84%B0-%EA%B0%9C%EB%A1%A0%EA%B0%9C%EC%A0%958%ED%8C%90-%EC%83%98%ED%94%8C%EC%B1%95%ED%84%B0.pdf",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/pdfjs-dist": "^2.10.378",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.10.1",
"axios": "^1.7.4",
"bootstrap": "^5.3.3",
"class-variance-authority": "^0.7.0",
"cors-anywhere": "^0.4.4",
"lucide-react": "^0.428.0",
"navigate": "^0.3.6",
"pdfjs-dist": "^4.5.136",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-iamport": "^0.0.2",
"react-modal": "^3.16.3",
"react-paginate": "^8.2.0",
"react-pdf": "^9.1.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.25.1",
"react-scripts": "5.0.1",
"react-webcam": "^7.2.0",
"recoil": "^0.7.7",
"resolve": "^1.22.8",
"serve-static": "^1.15.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.5.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/node": "^22.1.0",
"@types/react-modal": "^3.16.3",
"@types/resolve": "^1.20.6",
"@types/send": "^0.17.4",
"@types/serve-static": "^1.15.7",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}