-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.7 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.7 KB
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
{
"name": "stelliocode",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.10.0",
"@number-flow/react": "^0.5.5",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.3",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@react-oauth/google": "^0.12.1",
"@schedule-x/event-modal": "^2.13.0",
"@schedule-x/events-service": "^2.13.0",
"@schedule-x/react": "^2.13.0",
"@schedule-x/theme-default": "^2.13.0",
"@schedule-x/theme-shadcn": "^2.20.0",
"@stream-io/video-react-sdk": "^1.12.11",
"@tanstack/react-table": "^8.20.6",
"@uiw/react-md-editor": "^4.0.5",
"aos": "^2.3.4",
"axios": "^1.7.9",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotted-map": "^2.2.3",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.14.4",
"jwt-decode": "^4.0.0",
"keen-slider": "^6.8.6",
"lottie-react": "^2.4.1",
"lucide-react": "^0.468.0",
"motion": "^11.16.0",
"next-themes": "^0.4.5",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.54.2",
"react-icon-cloud": "^4.1.7",
"react-icons": "^5.5.0",
"react-router-dom": "^7.0.2",
"react-spring-carousel": "^2.0.19",
"react-tsparticles": "^2.12.2",
"react-typing-effect": "^2.0.5",
"react-use-measure": "^2.1.7",
"recharts": "^2.15.0",
"sonner": "^2.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tsparticles": "^3.8.1",
"tsparticles-engine": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"vaul": "^1.1.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/aos": "^3.0.7",
"@types/canvas-confetti": "^1.9.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/react": "^18.3.15",
"@types/react-dom": "^18.3.1",
"@types/react-typing-effect": "^2.0.7",
"@types/testing-library__react": "^10.2.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"git-commit-msg-linter": "^5.0.8",
"globals": "^15.12.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"ts-jest": "^29.3.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}