-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.95 KB
/
package.json
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
86
87
{
"name": "metrix",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 4040",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@pixelandtonic/craftui": "~0.3.8",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"craftcms-sass": "^3.5.7",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"fs-extra": "^11.2.0",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"imagemin-webp": "^8.0.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.47",
"postcss-color-function": "^4.1.0",
"postcss-prefix-selector": "^2.1.0",
"rollup-plugin-analyzer": "^4.0.0",
"sass-embedded": "^1.80.6",
"source-map-explorer": "^2.5.3",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.10",
"vite-plugin-bundle-analyzer": "^0.0.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/modifiers": "^8.0.0",
"@dnd-kit/sortable": "^9.0.0",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@remixicon/react": "^4.5.0",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.12.0",
"lucide-react": "^0.460.0",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^9.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hooks": "^1.0.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-is": "^18.3.1",
"valibot": "^1.0.0-beta.9",
"zod": "^3.23.8",
"zustand": "^5.0.1"
}
}