-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.74 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.74 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "shadcn-admin-kit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"demo:build": "tsc -b && vite build",
"registry:build": "shadcn registry:build",
"website:dev": "vite --config website/vite.config.ts --port 5174",
"website:build": "tsc -b website && vite build --config website/vite.config.ts",
"lint": "eslint .",
"prettier:apply": "prettier --config ./.prettierrc.json --write --list-different \"**/*.{js,json,ts,tsx,css,md,html}\"",
"prettier:check": "prettier --config ./.prettierrc.json --check \"**/*.{js,json,ts,tsx,css,md,html}\"",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run --browser.headless",
"test:watch": "vitest watch --browser.headless",
"test:browser": "vitest watch",
"typecheck": "tsc --noEmit -p tsconfig.app.json",
"doc:build": "cd docs && pnpm run build"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-popover": "^1.1.11",
"@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-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.6",
"@tailwindcss/vite": "^4.1.5",
"@tanstack/react-query": "^5.83.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"data-generator-retail": "^5.13.0",
"date-fns": "^4.1.0",
"diacritic": "^0.0.2",
"echarts": "^5.6.0",
"inflection": "^3.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.506.0",
"next-themes": "^0.4.6",
"query-string": "^9.2.2",
"ra-core": "^5.13.0",
"ra-data-fakerest": "^5.13.0",
"ra-i18n-polyglot": "^5.13.0",
"ra-language-english": "^5.13.0",
"ra-language-french": "^5.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.56.1",
"react-router": "^7.5.3",
"react-shiki": "^0.7.2",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.5",
"vaul": "^1.1.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@eslint/js": "^9.22.0",
"@storybook/addon-a11y": "^10.1.7",
"@storybook/addon-docs": "^10.1.7",
"@storybook/addon-vitest": "^10.1.7",
"@storybook/react-vite": "^10.1.8",
"@tailwindcss/postcss": "^4.1.11",
"@types/lodash": "^4.17.16",
"@types/node": "^22.15.3",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^3.2.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^10.1.7",
"globals": "^16.0.0",
"playwright": "^1.55.1",
"postcss": "^8.4.40",
"prettier": "^3.6.2",
"ra-data-json-server": "^5.12.0",
"react-error-boundary": "^6.0.0",
"shadcn": "2.6.0-canary.3",
"storybook": "^10.1.10",
"tw-animate-css": "^1.2.8",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^7.1.12",
"vitest": "^3.2.4",
"vitest-browser-react": "^1.0.1"
},
"packageManager": "pnpm@10.14.0-0+sha512.2cd47a0cbf5f1d1de7693a88307a0ede5be94e0d3b34853d800ee775efbea0650cb562b77605ec80bc8d925f5cd27c4dfe8bb04d3a0b76090784c664450d32d6"
}