-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.08 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^2.2.6",
"@bitnoi.se/react-scheduler": "^0.3.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hello-pangea/dnd": "^17.0.0",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.7",
"@mui/material-nextjs": "^6.1.7",
"@react-pdf/pdfkit": "^4.0.0",
"@reduxjs/toolkit": "^2.3.0",
"@yudiel/react-qr-scanner": "^2.0.8",
"antd": "^5.21.2",
"antd-style": "^3.7.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"docx": "^9.1.1",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"gantt-schedule-timeline-calendar": "^3.37.5",
"gantt-task-react": "^0.3.9",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"lord-icon-element": "^4.1.2",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"next": "14.2.14",
"pdfkit": "^0.16.0",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-cookie-consent": "^9.0.0",
"react-doc-viewer": "^0.1.14",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-player": "^2.16.0",
"react-qr-code": "^2.0.15",
"react-qr-reader": "^2.2.1",
"react-qr-scanner": "^1.0.0-alpha.11",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.6",
"react-zxing": "^2.0.2",
"sass": "^1.79.4",
"use-media": "^1.5.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/pdfkit": "^0.13.8",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/react-qr-reader": "^2.1.7",
"@types/react-redux": "^7.1.34",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}