-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.06 KB
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
{
"name": "chunsam",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hello-pangea/dnd": "^18.0.1",
"@mui/material": "^7.1.0",
"@sentry/react": "^7.91.0",
"@sentry/tracing": "^7.91.0",
"@stomp/stompjs": "^7.1.1",
"@tanstack/react-query": "^5.79.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"chart.js": "^4.4.9",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"focus-trap-react": "^11.0.3",
"framer-motion": "^12.10.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-chartjs-2": "^5.3.0",
"react-cookie": "^8.0.1",
"react-datepicker": "^8.3.0",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.4.1",
"react-intersection-observer": "^9.16.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.16.0",
"react-use-websocket": "^4.13.0",
"socket.io-client": "^4.8.1",
"sockjs-client": "^1.6.1",
"sweetalert": "^2.1.2",
"web-vitals": "^2.1.4",
"websocket": "^1.0.35"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"autoprefixer": "^10.4.21",
"gh-pages": "^6.3.0",
"postcss": "^8.5.3",
"react-scripts": "5.0.1",
"tailwindcss": "^3.4.17"
}
}