-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 892 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 892 Bytes
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
{
"name": "fluent-ui",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
"@fluentui/react-icons": "^2.0.244",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/addon-mdx-gfm": "^8.1.9",
"@storybook/addon-onboarding": "^8.1.9",
"@storybook/blocks": "^8.1.9",
"@storybook/react": "^8.1.9",
"@storybook/react-vite": "^8.1.9",
"@storybook/test": "^8.1.9",
"prop-types": "^15.8.1",
"sass": "^1.77.5",
"storybook": "^8.1.9",
"typescript": "^5.4.5"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"clsx": "^2.1.1",
"react": "^18.3.1"
},
"peerDependencies": {
"react": "^18.3.1"
}
}