-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.24 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": "uetable-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1204",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/plots": "^2.1.1",
"@antv/g2plot": "^2.4.31",
"@dhaiwat10/react-link-preview": "^1.15.0",
"@formkit/auto-animate": "^0.8.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.7",
"animate.css": "^4.1.1",
"antd": "^5.12.1",
"axios": "^1.6.1",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"html2canvas": "^1.4.1",
"invert-color": "^2.0.0",
"lighten-darken-color": "^1.0.0",
"lodash": "^4.17.21",
"next": "^13.5.5",
"postcss": "8.4.30",
"random-int": "^3.0.0",
"react": "^18.2.0",
"react-component-export-image": "^1.0.6",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "18.2.0",
"react-hydration-provider": "^2.1.0",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.5.3",
"react-multi-carousel": "^2.8.4",
"react-popupbox": "^2.0.9",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"reactjs-popup": "^2.0.6",
"recharts": "^2.10.3",
"sharp": "^0.33.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"universal-cookie": "^6.1.1",
"use-debounce": "^10.0.0",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}