@beydesign/storybook 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beydesign/storybook",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.16",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -25,50 +25,50 @@
|
|
|
25
25
|
"access": "public"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@beydesign/tokens": "^0.0.
|
|
29
|
-
"@emotion/react": "^11.
|
|
30
|
-
"@emotion/styled": "^11.
|
|
31
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
32
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
33
|
-
"@fortawesome/react-fontawesome": "^0.2.
|
|
28
|
+
"@beydesign/tokens": "^0.0.11",
|
|
29
|
+
"@emotion/react": "^11.14.0",
|
|
30
|
+
"@emotion/styled": "^11.14.1",
|
|
31
|
+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
32
|
+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
33
|
+
"@fortawesome/react-fontawesome": "^0.2.6",
|
|
34
34
|
"@lottiefiles/react-lottie-player": "^3.6.0",
|
|
35
|
-
"@mui/icons-material": "^5.
|
|
36
|
-
"@mui/material": "^5.
|
|
37
|
-
"@phosphor-icons/react": "^2.1.
|
|
38
|
-
"react": "^18.
|
|
39
|
-
"react-dom": "^18.
|
|
40
|
-
"typescript": "~5.
|
|
35
|
+
"@mui/icons-material": "^5.18.0",
|
|
36
|
+
"@mui/material": "^5.18.0",
|
|
37
|
+
"@phosphor-icons/react": "^2.1.10",
|
|
38
|
+
"react": "^18.3.1",
|
|
39
|
+
"react-dom": "^18.3.1",
|
|
40
|
+
"typescript": "~5.9.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@chromatic-com/storybook": "^3.2.
|
|
44
|
-
"@storybook/addon-designs": "^8.
|
|
45
|
-
"@storybook/addon-essentials": "^8.
|
|
46
|
-
"@storybook/addon-interactions": "^8.
|
|
47
|
-
"@storybook/addon-onboarding": "^8.
|
|
48
|
-
"@storybook/addon-themes": "^8.
|
|
49
|
-
"@storybook/blocks": "^8.
|
|
50
|
-
"@storybook/react": "^8.
|
|
51
|
-
"@storybook/react-vite": "^8.
|
|
52
|
-
"@storybook/test": "^8.
|
|
53
|
-
"@types/react": "^18.3.
|
|
54
|
-
"@types/react-dom": "^18.3.
|
|
55
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
56
|
-
"@typescript-eslint/parser": "^7.
|
|
57
|
-
"@vitejs/plugin-react": "^4.
|
|
58
|
-
"autoprefixer": "^10.4.
|
|
59
|
-
"eslint": "^8.57.
|
|
60
|
-
"eslint-config-prettier": "^9.1.
|
|
61
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
62
|
-
"eslint-plugin-prettier": "^5.
|
|
63
|
-
"eslint-plugin-react": "^7.
|
|
64
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
65
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
66
|
-
"eslint-plugin-storybook": "^0.11.
|
|
67
|
-
"postcss": "^8.
|
|
68
|
-
"prettier": "3.
|
|
69
|
-
"storybook": "^8.
|
|
70
|
-
"typescript-eslint": "^7.
|
|
71
|
-
"vite": "^5.
|
|
43
|
+
"@chromatic-com/storybook": "^3.2.7",
|
|
44
|
+
"@storybook/addon-designs": "^8.2.1",
|
|
45
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
46
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
47
|
+
"@storybook/addon-onboarding": "^8.6.17",
|
|
48
|
+
"@storybook/addon-themes": "^8.6.17",
|
|
49
|
+
"@storybook/blocks": "^8.6.14",
|
|
50
|
+
"@storybook/react": "^8.6.17",
|
|
51
|
+
"@storybook/react-vite": "^8.6.17",
|
|
52
|
+
"@storybook/test": "^8.6.15",
|
|
53
|
+
"@types/react": "^18.3.28",
|
|
54
|
+
"@types/react-dom": "^18.3.7",
|
|
55
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
56
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
57
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
58
|
+
"autoprefixer": "^10.4.27",
|
|
59
|
+
"eslint": "^8.57.1",
|
|
60
|
+
"eslint-config-prettier": "^9.1.2",
|
|
61
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
62
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
63
|
+
"eslint-plugin-react": "^7.37.5",
|
|
64
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
65
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
66
|
+
"eslint-plugin-storybook": "^0.11.6",
|
|
67
|
+
"postcss": "^8.5.8",
|
|
68
|
+
"prettier": "^3.8.1",
|
|
69
|
+
"storybook": "^8.6.17",
|
|
70
|
+
"typescript-eslint": "^7.18.0",
|
|
71
|
+
"vite": "^5.4.21"
|
|
72
72
|
},
|
|
73
73
|
"eslintConfig": {
|
|
74
74
|
"extends": [
|