-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 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
{
"name": "react-ui-framework-comparison",
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "biome check .",
"format": "biome format --write .",
"check:fix": "biome check --write .",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@chakra-ui/react": "^3.34.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mantine/core": "^8.3.18",
"@mantine/dates": "^8.3.18",
"@mantine/hooks": "^8.3.18",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/x-date-pickers": "^8.27.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/themes": "^3.3.0",
"@tabler/icons-react": "^3.41.1",
"antd": "^6.3.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"lucide-react": "^1.7.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.1.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@biomejs/biome": "^2.4.9",
"@rolldown/plugin-babel": "^0.2.2",
"@storybook/react-vite": "^10.3.3",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/vite": "^4.2.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"husky": "^9.1.7",
"postcss": "^8.5.8",
"storybook": "^10.3.3",
"tailwindcss": "^4.2.2",
"typescript": "~5.9.3",
"vite": "^8.0.3"
}
}