-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.72 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.72 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
{
"name": "tailwind-react-aria-components-starter-kits",
"private": true,
"version": "0.0.0",
"type": "module",
"author": "zaichaopan@gmail.com",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@floating-ui/react": "^0.27.4",
"@react-aria/toast": "^3.0.8",
"@react-stately/toast": "^3.1.2",
"@storybook/addon-docs": "^9.0.5",
"@storybook/addon-links": "^9.0.5",
"@storybook/react-vite": "^9.0.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/react-virtual": "^3.13.2",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^1.3.2",
"chromatic": "^11.5.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^9.0.5",
"lucide-react": "^0.460.0",
"postcss": "^8.4.35",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "19.0.0",
"react-aria-components": "^1.13.0",
"react-dom": "19.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^9.0.5",
"storybook-addon-pseudo-states": "^9.0.5",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.0",
"vite": "^6.1.1"
},
"overrides": {
"storybook": "$storybook"
}
}