-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.27.1",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.14",
"@storybook/test": "^8.6.14",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"lightningcss-loader": "^2.1.0",
"lucide-react": "^0.517.0",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-aria-components": "latest",
"react-dom": "^19.1.0",
"storybook": "^8.6.14",
"storybook-dark-mode": "^4.0.2",
"typescript": "5.3.3"
},
"resolutions": {
"react": "19.1.0",
"react-dom": "19.1.0",
"@types/mime": "3.0.4",
"jackspeak": "2.1.1"
}
}