-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "ripple",
"description": "Build your apps faster with RippleUI. A collection of beautiful, copy-paste UI components for the RippleJS framework. Full ownership, no dependencies.",
"version": "0.0.0",
"license": "MIT",
"type": "module",
"author": {
"name": "Denish Navadiya",
"url": "https://x.com/withden_"
},
"repository": "https://github.com/paceui/ripple",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-ripple": "^0.2.42",
"typescript": "^5.9.2",
"vite": "^7.1.5",
"vite-plugin-ripple": "^0.2.42",
"@iconify/tailwind4": "^1.0.6",
"@iconify-json/lucide": "^1.2.68",
"@tailwindcss/vite": "^4.1.13"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ripple": "^0.2.42",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.8"
}
}