-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 907 Bytes
/
package.json
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
{
"name": "story.to.design-storybook-demo",
"version": "0.0.1",
"description": "Storybook compatible with story.to.design Figma plugin and based on Mantine.dev design system",
"license": "ISC",
"repository": "github:divriots/story.to.design-storybook-demo",
"scripts": {
"build-storybook": "storybook build",
"storybook": "storybook dev -p 6006 --no-open",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "5.7.2",
"@mantine/hooks": "5.7.2",
"@tabler/icons": "^1.111.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.0-beta.2",
"@storybook/addons":"^7.6.15",
"@storybook/react": "^8.0.0-beta.2",
"@storybook/react-vite": "^8.0.0-beta.2",
"storybook": "^8.0.0-beta.2",
"typescript": "^4.9.3",
"vite": "^5.1.1"
}
}