-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.96 KB
/
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
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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "fds-design",
"private": false,
"version": "1.0.0",
"workspaces": [
"packages/@fds-design/*"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@react-spectrum/button": "^3.16.9",
"@react-spectrum/form": "^3.7.10",
"@react-spectrum/layout": "^3.6.10",
"@react-spectrum/provider": "^3.10.0",
"@react-spectrum/theme-default": "^3.5.14",
"@react-spectrum/tooltip": "^3.7.0",
"@react-spectrum/view": "^3.6.14",
"@spectrum-icons/workflow": "^4.2.16",
"fds-theme": "file:packages/fds-theme",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@eslint/js": "^9.17.0",
"@joshwooding/vite-plugin-react-docgen-typescript": "^0.4.2",
"@mdx-js/react": "^3.1.0",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-docs": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/builder-vite": "^8.4.7",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/node": "^22.10.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.13.0",
"sass": "^1.83.0",
"sass-embedded": "^1.83.0",
"storybook": "^8.4.7",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3",
"vite-css-modules": "^1.8.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}