-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name": "react-aria-tailwind-starter",
"version": "0.0.1",
"private": true,
"packageManager": "yarn@4.2.2",
"devDependencies": {
"@babel/preset-react": "^7.24.1",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@tailwindcss/postcss": "^4.0.0",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.16",
"react": "^19.2.3",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^19.2.3",
"storybook": "^8.6.14",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.0.1",
"typescript": "^5.8.2",
"vite": "^5.0.10"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"lucide-react": "^0.517.0",
"postcss": "^8.4.31",
"react-aria-components": "^1.14.0",
"tailwind-variants": "^0.3.1"
},
"resolutions": {
"@types/mime": "3.0.4",
"jackspeak": "2.1.1",
"rollup": "4.43.0"
}
}