-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
71 lines (71 loc) · 1.97 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
{
"name": "wms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"install": "npm install --arch=x64 --platform=linux sharp"
},
"dependencies": {
"@clerk/nextjs": "^4.25.4",
"@devexpress/dx-react-core": "^4.0.5",
"@devexpress/dx-react-scheduler": "^4.0.5",
"@devexpress/dx-react-scheduler-material-ui": "^4.0.5",
"@react-icons/all-files": "^4.1.0",
"@react-pdf/image": "^2.2.2",
"@react-pdf/pdfkit": "^3.0.2",
"@react-pdf/renderer": "^3.1.14",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/realtime-js": "^2.8.4",
"@supabase/storage-js": "^2.5.4",
"@supabase/supabase-js": "^2.38.4",
"axios": "^1.6.0",
"bwip-js": "^4.1.2",
"chart.js": "^4.4.0",
"compression": "^1.7.4",
"cross-fetch": "^4.0.0",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"faker": "^5.5.3",
"html-pdf": "^3.0.1",
"html-to-image": "^1.11.11",
"interactjs": "^1.10.19",
"moment": "^2.29.4",
"netlify-cli": "^17.2.2",
"next": "13.5.5",
"node-fetch": "^3.3.2",
"prop-types": "^15.8.1",
"randomcolor": "^0.6.2",
"react": "^18.2",
"react-barcode": "^1.4.6",
"react-big-calendar": "^1.8.4",
"react-calendar-timeline": "^0.28.0",
"react-chartjs-2": "^5.2.0",
"react-color": "^2.19.3",
"react-countup": "^6.5.0",
"react-datepicker": "^4.21.0",
"react-datetime": "^3.2.0",
"react-dom": "^18",
"react-particles": "^2.12.2",
"react-spinners": "^0.13.8",
"read-excel-file": "^5.7.1",
"sharp": "^0.32.6",
"tsparticles-slim": "^2.12.0",
"uuid": "^9.0.1",
"victory": "^36.6.11",
"xlsx": "^0.18.5",
"xlsx-populate": "^1.21.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.5",
"postcss": "^8",
"tailwindcss": "^3"
}
}