forked from suneebs/cetAllot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.31 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
{
"name": "wpadmission",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.1",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-checkbox": "^1.1.5",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-radio-group": "^1.2.4",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.4",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^11.6.0",
"framer-motion": "^12.7.3",
"jspdf": "^4.2.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.488.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.5.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^11.0.5",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.3",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.5",
"xlsx": "^0.18.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.14.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.0"
},
"description": "<img src=\"https://readme-typing-svg.demolab.com/?lines=Progress...;Loading+...;Almost+Done!\" alt=\"Typing SVG\" />",
"main": "eslint.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/suneebs/cetAllot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/suneebs/cetAllot/issues"
},
"homepage": "https://github.com/suneebs/cetAllot#readme"
}