-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.62 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
{
"name": "cache-hive",
"version": "1.0.0",
"description": "Advanced caching and optimization for WordPress.",
"main": "build/index.js",
"scripts": {
"dev": "npx touch-cli dev.hot && vite --config vite.config.mjs",
"build": "npx rimraf dev.hot && vite build --config vite.config.mjs",
"clean": "npx rimraf dev.hot"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.516.0",
"next-themes": "^0.4.6",
"react-hook-form": "^7.58.1",
"recharts": "^2.15.4",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@wordpress/element": "^5.24.0",
"@wordpress/i18n": "^4.48.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.38",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup-plugin-visualizer": "^6.0.5",
"tailwindcss": "^3.3.3",
"touch-cli": "^0.0.1",
"typescript": "^5.0.0",
"vite": "^7.1.12"
}
}