-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2 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
{
"name": "cns",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host 0.0.0.0 --port 5173"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^6.1.13",
"@fullcalendar/daygrid": "^6.1.13",
"@fullcalendar/interaction": "^6.1.13",
"@fullcalendar/react": "^6.1.13",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@mui/styled-engine": "^5.15.14",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-query-devtools": "^5.35.1",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"dhtmlx-gantt": "^8.0.7",
"event-source-polyfill": "^1.0.31",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-mentions": "^4.4.10",
"react-router-dom": "^6.23.0",
"react-spinners": "^0.13.8",
"react-time-picker": "^7.0.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"stomp": "^0.1.1",
"stompjs": "^2.3.3",
"styled-components": "^6.1.11",
"swiper": "^11.1.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"sass": "^1.76.0",
"vite": "^5.2.0"
}
}