ui-mathilde-web 0.12.5 → 0.12.7

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 CHANGED
@@ -1,82 +1,88 @@
1
- {
2
- "name": "ui-mathilde-web",
3
- "version": "0.12.5",
4
- "type": "module",
5
- "files": [
6
- "dist"
7
- ],
8
- "main": "./dist/ui-mathilde-web.umd.cjs",
9
- "module": "./dist/ui-mathilde-web.js",
10
- "exports": {
11
- ".": {
12
- "import": "./dist/ui-mathilde-web.js",
13
- "require": "./dist/ui-mathilde-web.umd.cjs"
14
- },
15
- "./dist/style.css": "./dist/style.css"
16
- },
17
- "scripts": {
18
- "dev": "vite",
19
- "build": "tsc && vite build",
20
- "preview": "vite preview",
21
- "format": "prettier . --write",
22
- "format:check": "prettier . --check",
23
- "lint": "eslint .",
24
- "lint:fix": "eslint . --fix",
25
- "typecheck": "tsc --noEmit",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build"
28
- },
29
- "peerDependencies": {
30
- "flowbite-react": "^0.8.0",
31
- "react": "^18.2.0",
32
- "react-chartjs-2": "^5.3.0",
33
- "react-pro-sidebar": "^1.1.0"
34
- },
35
- "devDependencies": {
36
- "@chromatic-com/storybook": "^3.2.6",
37
- "@storybook/addon-essentials": "^8.6.10",
38
- "@storybook/addon-interactions": "^8.6.10",
39
- "@storybook/addon-onboarding": "^8.6.10",
40
- "@storybook/blocks": "^8.6.10",
41
- "@storybook/react": "^8.6.10",
42
- "@storybook/react-vite": "^8.6.10",
43
- "@storybook/test": "^8.6.10",
44
- "@types/node": "^22.13.13",
45
- "@types/react": "^18.2.67",
46
- "@types/react-dom": "^18.2.22",
47
- "@typescript-eslint/eslint-plugin": "^7.3.1",
48
- "@typescript-eslint/parser": "^7.3.1",
49
- "@vitejs/plugin-react": "^4.2.1",
50
- "autoprefixer": "^10.4.18",
51
- "eslint": "^8.57.0",
52
- "eslint-config-prettier": "^9.1.0",
53
- "eslint-plugin-react-hooks": "^4.6.0",
54
- "eslint-plugin-react-refresh": "^0.4.6",
55
- "eslint-plugin-storybook": "^0.12.0",
56
- "eslint-plugin-tailwindcss": "^3.15.1",
57
- "flowbite-react": "^0.8.0",
58
- "postcss": "^8.4.37",
59
- "prettier-plugin-tailwindcss": "^0.5.14",
60
- "react": "^18.2.0",
61
- "react-chartjs-2": "^5.3.0",
62
- "react-pro-sidebar": "^1.1.0",
63
- "storybook": "^8.6.10",
64
- "tailwindcss": "^3.4.1",
65
- "typescript": "^5.4.2",
66
- "vite": "^5.2.0",
67
- "vite-plugin-dts": "^4.5.3"
68
- },
69
- "dependencies": {
70
- "@types/uuid": "^10.0.0",
71
- "chart.js": "^4.5.1",
72
- "clsx": "^2.1.1",
73
- "date-fns": "^4.1.0",
74
- "formik": "^2.4.6",
75
- "react-chartjs-2": "^5.3.0",
76
- "react-date-range": "^2.0.1",
77
- "react-dom": "^18.3.1",
78
- "sweetalert2": "^11.26.4",
79
- "tailwind-merge": "^3.0.2",
80
- "uuid": "^13.0.0"
81
- }
82
- }
1
+ {
2
+ "name": "ui-mathilde-web",
3
+ "version": "0.12.7",
4
+ "type": "module",
5
+ "files": [
6
+ "dist"
7
+ ],
8
+ "main": "./dist/ui-mathilde-web.umd.cjs",
9
+ "module": "./dist/ui-mathilde-web.js",
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/ui-mathilde-web.d.ts",
13
+ "import": "./dist/ui-mathilde-web.js",
14
+ "require": "./dist/ui-mathilde-web.umd.cjs"
15
+ },
16
+ "./icons": {
17
+ "types": "./dist/ui-mathilde-web.d.ts",
18
+ "import": "./dist/ui-mathilde-web.js",
19
+ "require": "./dist/ui-mathilde-web.umd.cjs"
20
+ },
21
+ "./dist/style.css": "./dist/style.css"
22
+ },
23
+ "scripts": {
24
+ "dev": "vite",
25
+ "build": "tsc && vite build",
26
+ "preview": "vite preview",
27
+ "format": "prettier . --write",
28
+ "format:check": "prettier . --check",
29
+ "lint": "eslint .",
30
+ "lint:fix": "eslint . --fix",
31
+ "typecheck": "tsc --noEmit",
32
+ "storybook": "storybook dev -p 6006",
33
+ "build-storybook": "storybook build"
34
+ },
35
+ "peerDependencies": {
36
+ "flowbite-react": "^0.8.0",
37
+ "react": "^18.2.0",
38
+ "react-chartjs-2": "^5.3.0",
39
+ "react-pro-sidebar": "^1.1.0"
40
+ },
41
+ "devDependencies": {
42
+ "@chromatic-com/storybook": "^3.2.6",
43
+ "@storybook/addon-essentials": "^8.6.10",
44
+ "@storybook/addon-interactions": "^8.6.10",
45
+ "@storybook/addon-onboarding": "^8.6.10",
46
+ "@storybook/blocks": "^8.6.10",
47
+ "@storybook/react": "^8.6.10",
48
+ "@storybook/react-vite": "^8.6.10",
49
+ "@storybook/test": "^8.6.10",
50
+ "@types/node": "^22.13.13",
51
+ "@types/react": "^18.2.67",
52
+ "@types/react-dom": "^18.2.22",
53
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
54
+ "@typescript-eslint/parser": "^7.3.1",
55
+ "@vitejs/plugin-react": "^4.2.1",
56
+ "autoprefixer": "^10.4.18",
57
+ "eslint": "^8.57.0",
58
+ "eslint-config-prettier": "^9.1.0",
59
+ "eslint-plugin-react-hooks": "^4.6.0",
60
+ "eslint-plugin-react-refresh": "^0.4.6",
61
+ "eslint-plugin-storybook": "^0.12.0",
62
+ "eslint-plugin-tailwindcss": "^3.15.1",
63
+ "flowbite-react": "^0.8.0",
64
+ "postcss": "^8.4.37",
65
+ "prettier-plugin-tailwindcss": "^0.5.14",
66
+ "react": "^18.2.0",
67
+ "react-chartjs-2": "^5.3.0",
68
+ "react-pro-sidebar": "^1.1.0",
69
+ "storybook": "^8.6.10",
70
+ "tailwindcss": "^3.4.1",
71
+ "typescript": "^5.4.2",
72
+ "vite": "^5.2.0",
73
+ "vite-plugin-dts": "^4.5.3"
74
+ },
75
+ "dependencies": {
76
+ "@types/uuid": "^10.0.0",
77
+ "chart.js": "^4.5.1",
78
+ "clsx": "^2.1.1",
79
+ "date-fns": "^4.1.0",
80
+ "formik": "^2.4.6",
81
+ "react-chartjs-2": "^5.3.0",
82
+ "react-date-range": "^2.0.1",
83
+ "react-dom": "^18.3.1",
84
+ "sweetalert2": "^11.26.4",
85
+ "tailwind-merge": "^3.0.2",
86
+ "uuid": "^13.0.0"
87
+ }
88
+ }