@mbao01/ui 0.1.2 → 0.1.3
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 +37 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbao01/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Ayomide Bakare",
|
|
7
7
|
"license": "MIT",
|
|
@@ -26,7 +26,9 @@
|
|
|
26
26
|
"type": "git",
|
|
27
27
|
"url": "git+https://github.com/mbao01/mbao01.git"
|
|
28
28
|
},
|
|
29
|
-
"sideEffects":
|
|
29
|
+
"sideEffects": [
|
|
30
|
+
"*.css"
|
|
31
|
+
],
|
|
30
32
|
"scripts": {
|
|
31
33
|
"dev": "storybook dev -p 6006",
|
|
32
34
|
"build": "tsc && vite build",
|
|
@@ -39,50 +41,51 @@
|
|
|
39
41
|
"test:coverage": "vitest run --coverage"
|
|
40
42
|
},
|
|
41
43
|
"dependencies": {
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
44
|
+
"@mbao01/common": "^0.0.2",
|
|
45
|
+
"autoprefixer": "^10.4.17",
|
|
46
|
+
"clsx": "^2.1.0",
|
|
47
|
+
"daisyui": "^4.6.2"
|
|
45
48
|
},
|
|
46
49
|
"devDependencies": {
|
|
47
50
|
"@heroicons/react": "^2.1.1",
|
|
48
|
-
"@storybook/addon-essentials": "^7.6.
|
|
49
|
-
"@storybook/addon-interactions": "^7.6.
|
|
50
|
-
"@storybook/addon-links": "^7.6.
|
|
51
|
-
"@storybook/addon-onboarding": "^1.0.
|
|
52
|
-
"@storybook/addon-themes": "^7.6.
|
|
53
|
-
"@storybook/blocks": "^7.6.
|
|
54
|
-
"@storybook/react": "^7.6.
|
|
55
|
-
"@storybook/react-vite": "^7.6.
|
|
56
|
-
"@storybook/test": "^7.6.
|
|
57
|
-
"@testing-library/jest-dom": "^6.
|
|
58
|
-
"@testing-library/react": "^14.1
|
|
51
|
+
"@storybook/addon-essentials": "^7.6.14",
|
|
52
|
+
"@storybook/addon-interactions": "^7.6.14",
|
|
53
|
+
"@storybook/addon-links": "^7.6.14",
|
|
54
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
55
|
+
"@storybook/addon-themes": "^7.6.14",
|
|
56
|
+
"@storybook/blocks": "^7.6.14",
|
|
57
|
+
"@storybook/react": "^7.6.14",
|
|
58
|
+
"@storybook/react-vite": "^7.6.14",
|
|
59
|
+
"@storybook/test": "^7.6.14",
|
|
60
|
+
"@testing-library/jest-dom": "^6.4.2",
|
|
61
|
+
"@testing-library/react": "^14.2.1",
|
|
59
62
|
"@testing-library/user-event": "^14.5.2",
|
|
60
|
-
"@types/node": "^20.
|
|
61
|
-
"@types/react": "^18.2.
|
|
62
|
-
"@types/react-dom": "^18.2.
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
64
|
-
"@typescript-eslint/parser": "^6.
|
|
63
|
+
"@types/node": "^20.11.17",
|
|
64
|
+
"@types/react": "^18.2.55",
|
|
65
|
+
"@types/react-dom": "^18.2.19",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
67
|
+
"@typescript-eslint/parser": "^6.21.0",
|
|
65
68
|
"@vitejs/plugin-react": "^4.2.1",
|
|
66
|
-
"@vitest/coverage-v8": "^1.
|
|
67
|
-
"@vitest/ui": "^1.
|
|
68
|
-
"eslint": "^8.
|
|
69
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
70
|
+
"@vitest/ui": "^1.2.2",
|
|
71
|
+
"eslint": "^8.56.0",
|
|
69
72
|
"eslint-plugin-react": "^7.33.2",
|
|
70
73
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
71
74
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
72
75
|
"eslint-plugin-storybook": "^0.6.15",
|
|
73
|
-
"jsdom": "^23.0
|
|
76
|
+
"jsdom": "^23.2.0",
|
|
74
77
|
"path": "^0.12.7",
|
|
75
|
-
"postcss": "^8.4.
|
|
78
|
+
"postcss": "^8.4.35",
|
|
76
79
|
"react": "^18.2.0",
|
|
77
80
|
"react-dom": "^18.2.0",
|
|
78
|
-
"react-router-dom": "^6.
|
|
79
|
-
"storybook": "^7.6.
|
|
81
|
+
"react-router-dom": "^6.22.0",
|
|
82
|
+
"storybook": "^7.6.14",
|
|
80
83
|
"storybook-addon-react-router-v6": "^2.0.10",
|
|
81
|
-
"tailwindcss": "^3.4.
|
|
82
|
-
"typescript": "^5.
|
|
83
|
-
"vite": "^5.
|
|
84
|
-
"vite-plugin-dts": "^3.7.
|
|
85
|
-
"vitest": "^1.
|
|
84
|
+
"tailwindcss": "^3.4.1",
|
|
85
|
+
"typescript": "^5.3.3",
|
|
86
|
+
"vite": "^5.1.1",
|
|
87
|
+
"vite-plugin-dts": "^3.7.2",
|
|
88
|
+
"vitest": "^1.2.2"
|
|
86
89
|
},
|
|
87
90
|
"peerDependencies": {
|
|
88
91
|
"@heroicons/react": "^2.1.1",
|
|
@@ -93,5 +96,5 @@
|
|
|
93
96
|
"tailwindcss": "^3.4.0",
|
|
94
97
|
"typescript": "^5.2.2"
|
|
95
98
|
},
|
|
96
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "00988bf0b2318917bab272a8fb5920e451f67edf"
|
|
97
100
|
}
|