@almeidinha/mf-ui 2.0.0
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/LICENSE +21 -0
- package/README.md +149 -0
- package/dist/flags-large-32-O3VQGXOM.png +0 -0
- package/dist/flags-medium-32-ICGJ7AMM.png +0 -0
- package/dist/flags-small-32-SRYQIJGQ.png +0 -0
- package/dist/index.d.mts +3204 -0
- package/dist/index.d.ts +3204 -0
- package/dist/index.js +24655 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +24634 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +111 -0
package/package.json
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@almeidinha/mf-ui",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./package.json": "./package.json"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [],
|
|
24
|
+
"author": "",
|
|
25
|
+
"license": "ISC",
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "^18 || ^19",
|
|
28
|
+
"react-dom": "^18 || ^19",
|
|
29
|
+
"styled-components": "^6"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"date-fns": "^4.1.0",
|
|
33
|
+
"react-compound-slider": "^3.4.0",
|
|
34
|
+
"react-virtuoso": "^4.18.3",
|
|
35
|
+
"recharts": "^3.8.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@chromatic-com/storybook": "^5.0.1",
|
|
39
|
+
"@eslint/js": "^9.38.0",
|
|
40
|
+
"@faker-js/faker": "^10.3.0",
|
|
41
|
+
"@storybook/addon-a11y": "^10.2.8",
|
|
42
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
43
|
+
"@storybook/addon-vitest": "^10.2.8",
|
|
44
|
+
"@storybook/react": "^10.2.8",
|
|
45
|
+
"@storybook/react-vite": "^10.2.8",
|
|
46
|
+
"@tanstack/react-table": "^8.21.3",
|
|
47
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
48
|
+
"@testing-library/react": "^16.3.2",
|
|
49
|
+
"@testing-library/user-event": "^14.6.1",
|
|
50
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
51
|
+
"@types/jest": "^30.0.0",
|
|
52
|
+
"@types/jest-axe": "^3.5.9",
|
|
53
|
+
"@types/lodash": "^4.17.23",
|
|
54
|
+
"@types/node": "^25.3.3",
|
|
55
|
+
"@types/react": "^19.2.14",
|
|
56
|
+
"@types/react-dom": "^19.2.3",
|
|
57
|
+
"@types/styled-components": "^5.1.36",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
59
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
60
|
+
"@vitest/browser-playwright": "4.0.18",
|
|
61
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
62
|
+
"eslint": "^9.38.0",
|
|
63
|
+
"eslint-plugin-import": "^2.32.0",
|
|
64
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
65
|
+
"eslint-plugin-react": "^7.37.5",
|
|
66
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
67
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
68
|
+
"eslint-plugin-storybook": "^10.2.8",
|
|
69
|
+
"globals": "^17.3.0",
|
|
70
|
+
"jest": "^30.2.0",
|
|
71
|
+
"jest-axe": "^10.0.0",
|
|
72
|
+
"jiti": "^2.6.1",
|
|
73
|
+
"jsdom": "^28.1.0",
|
|
74
|
+
"lodash": "^4.17.23",
|
|
75
|
+
"node": "^25.7.0",
|
|
76
|
+
"playwright": "^1.58.2",
|
|
77
|
+
"prettier": "^3.8.1",
|
|
78
|
+
"react": "^19.2.4",
|
|
79
|
+
"react-date-object": "2.1.9",
|
|
80
|
+
"react-dom": "^19.2.4",
|
|
81
|
+
"react-hook-form": "^7.71.1",
|
|
82
|
+
"react-multi-date-picker": "^4.5.2",
|
|
83
|
+
"storybook": "^10.2.8",
|
|
84
|
+
"styled-components": "^6.3.9",
|
|
85
|
+
"ts-node": "^10.9.2",
|
|
86
|
+
"tsup": "^8.5.1",
|
|
87
|
+
"typescript": "^5.9.3",
|
|
88
|
+
"typescript-eslint": "^8.56.1",
|
|
89
|
+
"uuid": "^13.0.0",
|
|
90
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
91
|
+
"vitest": "^4.0.18"
|
|
92
|
+
},
|
|
93
|
+
"eslintConfig": {
|
|
94
|
+
"extends": [
|
|
95
|
+
"plugin:storybook/recommended"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"scripts": {
|
|
99
|
+
"build": "tsup",
|
|
100
|
+
"dev": "tsup --watch",
|
|
101
|
+
"storybook": "storybook dev -p 6006",
|
|
102
|
+
"build-storybook": "storybook build",
|
|
103
|
+
"test": "vitest run --project unit",
|
|
104
|
+
"test:storybook": "vitest run --project storybook",
|
|
105
|
+
"lint": "tsc && eslint --cache '{src,scripts}/**/*.{js,ts,tsx}'",
|
|
106
|
+
"lint:all": "set -o pipefail; npm run lint",
|
|
107
|
+
"lint:fix": "npm run lint:format && tsc && eslint --fix --cache 'src/**/*.{js,ts,tsx}'",
|
|
108
|
+
"lint:fix:all": "set -o pipefail; npm run lint fix",
|
|
109
|
+
"lint:format": "prettier --write '**/*.{js,ts,tsx}'"
|
|
110
|
+
}
|
|
111
|
+
}
|