-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.65 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
{
"name": "kmod-cli",
"version": "1.10.0",
"description": "Stack components utilities fast setup in projects",
"author": "kumo_d",
"license": "MIT",
"bin": {
"kumod": "./bin/index.js"
},
"type": "module",
"dependencies": {
"commander": "^14.0.0",
"fs-extra": "^11.3.1",
"inquirer": "^12.9.4",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/react-query": "5.85.5",
"@tanstack/react-table": "^8.21.3",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.20",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/unidecode": "^1.1.0",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"idb": "^8.0.3",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.541.0",
"motion": "^12.23.12",
"next": "^15.5.2",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-day-picker": "^9.9.0",
"react-dom": "^19.1.1",
"react-loading-skeleton": "^3.5.0",
"react-responsive-masonry": "^2.7.1",
"react-svg": "^16.3.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"tsup": "^8.5.0",
"typescript": "^5.9.2",
"zustand": "^5.0.8",
"@types/js-cookie": "^3.0.6"
},
"files": [
"bin",
"component-templates",
"components.json"
]
}