-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 5 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 5 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "gsai-in",
"version": "6.0.0",
"description": "Ghatak Sports Academy India – Official Web Platform",
"author": "EllowDigital",
"license": "UNLICENSED",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/EllowDigital/GSAI-IN.git"
},
"packageManager": "npm@10.9.0",
"engines": {
"node": ">=22.12.0",
"npm": ">=10.9.0"
},
"overrides": {
"glob": "11.1.0"
},
"scripts": {
"dev": "vite",
"build": "npm run clean && npm run typecheck && npm run sitemap && vite build",
"build:fast": "vite build --mode production --emptyOutDir=false",
"build:dev": "vite build --mode development",
"preview": "vite preview",
"sitemap": "node generate-sitemap.js",
"clean": "rimraf dist",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"prepare": "husky",
"deploy": "git add . && git commit -m \"🚀 Auto-deploy: Updates pushed to dev\" && git push origin dev",
"deploy:prod": "git checkout main && git merge dev --no-edit && git push origin main && git checkout dev && echo ✅ Production Deployed & Switched back to Dev",
"update": "rimraf node_modules dist && npm install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,css,scss,md}": [
"prettier --write"
]
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.0",
"@microsoft/clarity": "^1.0.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@supabase/supabase-js": "^2.86.0",
"@tanstack/react-query": "^5.90.11",
"chalk": "^5.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^17.2.3",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.3.0",
"formik": "^2.4.6",
"framer-motion": "^12.18.1",
"input-otp": "^1.2.4",
"lucide-react": "^0.555.0",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.30.1",
"recharts": "^2.12.7",
"sanitize-html": "^2.17.1",
"sitemap": "^9.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.3",
"yup": "^1.6.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^22.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.16.0",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.9.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^16.5.0",
"husky": "^9.0.0",
"jsdom": "^27.2.0",
"lint-staged": "^16.2.7",
"lovable-tagger": "^1.1.11",
"postcss": "^8.5.6",
"prettier": "^3.2.5",
"rimraf": "^6.0.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.5.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.2",
"vitest": "^4.0.14"
}
}