-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.85 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "samu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@canvasjs/react-charts": "^1.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fluentui/react-components": "^9.21.0",
"@fluentui/react-icons": "^2.0.203",
"@fontsource/roboto": "^5.0.3",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^1.0.6",
"@material-tailwind/react": "^2.0.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.9.3",
"@tailwindcss/forms": "^0.5.3",
"@types/gestalt": "^101.0.0",
"@types/node": "18.15.13",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@windmill/react-ui": "^0.6.0",
"apexcharts": "^3.41.0",
"autoprefixer": "10.4.14",
"axios": "^1.3.4",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.9.1",
"gestalt": "^117.3.7",
"isotope-layout": "^3.0.6",
"jsonwebtoken": "^9.0.0",
"lucide-react": "^0.259.0",
"next": "13.0.3",
"next-auth": "^4.20.1",
"next-auth-client": "^1.5.0",
"nextjs-progressbar": "^0.0.16",
"nprogress": "^0.2.0",
"postcss": "8.4.23",
"preline": "^1.9.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primereact": "^9.5.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-google-charts": "^4.0.0",
"react-icons": "^4.10.1",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"reapop": "^4.2.1",
"recharts": "^2.6.2",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.1",
"tailwindcss-animate": "^1.0.6",
"typescript": "4.8.4",
"use-progress": "^2.0.1"
},
"devDependencies": {
"@types/isotope-layout": "^3.0.9",
"@types/jsonwebtoken": "^9.0.1",
"@types/nprogress": "^0.2.0",
"@types/react-grid-layout": "^1.3.2",
"@types/react-transition-group": "^4.4.5",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"sass": "^1.60.0",
"tailwindcss": "^3.2.4"
}
}