-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (45 loc) · 1.32 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
{
"name": "link-tracker-ui",
"private": true,
"version": "5.0.0",
"scripts": {
"build:uat": "vite build --mode uat",
"build:production": "vite build --mode production",
"dev:local": "vite",
"preview": "vite preview"
},
"dependencies": {
"@mantine/carousel": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/dates": "^7.8.0",
"@mantine/dropzone": "^7.8.0",
"@mantine/form": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/modals": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@mantine/spotlight": "^7.8.0",
"@mantine/tiptap": "^7.8.0",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^2.4.0",
"@tabler/icons-react": "^3.2.0",
"@tanstack/react-query": "^5.32.1",
"embla-carousel-autoplay": "^8.0.4",
"mantine-react-table": "^2.0.0-beta.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.9.0",
"react-router-dom": "^6.14.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"typewriter-effect": "^2.21.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"vite": "^5.2.8",
"@types/react": "^18.0.27",
"@types/react-big-calendar": "^0.38.4",
"@types/react-dom": "^18.0.10",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.2.1"
}
}