-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.29 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.29 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
{
"name": "elementra-ui",
"version": "0.1.7",
"description": "Modern React component library with 50+ production-ready components. Built with Next.js, Tailwind CSS, and Framer Motion for creating beautiful, accessible UIs fast.",
"keywords": [
"react",
"nextjs",
"components",
"ui",
"design-system",
"tailwindcss",
"framer-motion",
"typescript",
"accessibility",
"responsive",
"component-library",
"react-components",
"ui-components",
"frontend",
"web-development",
"modern-ui",
"dashboard-components",
"form-components"
],
"homepage": "https://elementra-ui.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/waleedcodes/Elementra-Dev.git"
},
"bugs": {
"url": "https://github.com/waleedcodes/Elementra-Dev/issues"
},
"author": {
"name": "Waleed Codes",
"url": "https://github.com/waleedcodes"
},
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tabler/icons-react": "^3.26.0",
"@tsparticles/engine": "^3.7.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"@uiw/react-signature": "^1.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cobe": "^0.6.5",
"framer-motion": "^11.18.2",
"geist": "^1.5.1",
"lucide-react": "^0.468.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.23.22",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"critters": "^0.0.23",
"postcss": "^8",
"tailwindcss": "^3.4.18"
}
}