-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.49 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "swp-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext ts,tsx src/",
"lint:fix": "eslint--fix --ext ts,tsx src/",
"prettier": "prettier --check \"src/**/*.{ts,tsx}\"",
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\"",
"preview": "vite preview"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.12",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource-variable/montserrat": "^5.0.19",
"@fontsource/roboto": "^5.0.13",
"@hookform/resolvers": "^3.6.0",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.16.0",
"@mui/x-charts": "^7.6.2",
"@mui/x-data-grid": "^7.6.2",
"@nextui-org/card": "^2.0.29",
"@nextui-org/react": "^2.4.0",
"@nextui-org/skeleton": "^2.0.28",
"@nextui-org/system": "^2.2.0",
"@nextui-org/theme": "^2.2.4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.2.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"@react-three/rapier": "^1.4.0",
"@reduxjs/toolkit": "^2.2.5",
"@shadcn/ui": "^0.0.4",
"@studio-freight/react-lenis": "^0.0.47",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-table": "^8.17.3",
"@types/braintree-web-drop-in": "^1.39.3",
"@types/chart.js": "^2.9.41",
"@types/react": "^18.3.3",
"@types/react-calendar": "^4.1.0",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/reactstrap": "^8.7.2",
"@types/three": "^0.166.0",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"braintree-web-drop-in": "^1.42.0",
"braintree-web-drop-in-react": "^1.2.1",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"framer-motion": "^11.3.8",
"glob": "^10.4.1",
"gsap": "^3.12.5",
"leva": "^0.9.35",
"localforage": "^1.10.0",
"lucide-react": "^0.379.0",
"match-sorter": "^6.3.4",
"meshline": "^3.3.1",
"moment": "^2.30.1",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"object-path": "^0.11.8",
"react": "^18.2.0",
"react-big-calendar": "^1.13.0",
"react-bootstrap": "^2.10.2",
"react-calendar": "^5.0.0",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-native-web": "^0.19.12",
"react-redux": "^9.1.2",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-table": "^7.8.0",
"react-toastify": "^10.0.5",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"shadergradient": "^1.2.14",
"sonner": "^1.5.0",
"sort-by": "^0.0.2",
"styled-components": "^6.1.11",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.154.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
}