eai-frontend-components 2.0.24 → 2.0.26

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,147 +1,146 @@
1
1
  {
2
- "name": "eai-frontend-components",
3
- "version": "2.0.24",
4
- "description": "Biblioteca de componentes UI reutilizáveis baseada em shadcn/ui e Radix UI para projetos EAI.",
5
- "private": false,
6
- "publishConfig": {
7
- "access": "public",
8
- "registry": "https://registry.npmjs.org/"
9
- },
10
- "homepage": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds#readme",
11
- "bugs": {
12
- "url": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds/issues"
13
- },
14
- "repository": {
15
- "type": "git",
16
- "url": "git+ssh://git@bitbucket.org/genei_ryodan/erp_frontend_eai_ds.git"
17
- },
18
- "author": "EAI",
19
- "license": "MIT",
20
- "type": "module",
21
- "main": "dist/index.js",
22
- "module": "dist/index.esm.js",
23
- "types": "dist/index.d.ts",
24
- "files": [
25
- "dist",
26
- "README.md",
27
- "LICENSE"
28
- ],
29
- "scripts": {
30
- "build": "rollup -c",
31
- "build:watch": "rollup -c -w",
32
- "dev": "storybook dev -p 6006",
33
- "build-storybook": "storybook build",
34
- "lint": "npx @biomejs/biome lint ./src",
35
- "lint:fix": "npx @biomejs/biome lint --apply ./src",
36
- "type-check": "tsc --noEmit",
37
- "test": "echo \"No tests specified\" && exit 0",
38
- "ci": "npm run lint && npm run type-check && npm run build",
39
- "release": "semantic-release",
40
- "prepublishOnly": "npm run ci"
41
- },
42
- "peerDependencies": {
43
- "react": ">=16.8.0",
44
- "react-dom": ">=16.8.0"
45
- },
46
- "dependencies": {
47
- "@hookform/resolvers": "^3.3.4",
48
- "@mona-health/react-input-mask": "^3.0.3",
49
- "@radix-ui/react-accordion": "1.2.3",
50
- "@radix-ui/react-alert-dialog": "^1.1.6",
51
- "@radix-ui/react-avatar": "1.1.3",
52
- "@radix-ui/react-checkbox": "1.1.4",
53
- "@radix-ui/react-collapsible": "1.1.3",
54
- "@radix-ui/react-context-menu": "^2.2.6",
55
- "@radix-ui/react-dialog": "^1.1.6",
56
- "@radix-ui/react-dropdown-menu": "2.1.6",
57
- "@radix-ui/react-hover-card": "1.1.6",
58
- "@radix-ui/react-label": "2.1.2",
59
- "@radix-ui/react-popover": "1.1.6",
60
- "@radix-ui/react-progress": "1.1.2",
61
- "@radix-ui/react-radio-group": "1.2.3",
62
- "@radix-ui/react-scroll-area": "^1.2.3",
63
- "@radix-ui/react-select": "2.1.6",
64
- "@radix-ui/react-separator": "1.1.2",
65
- "@radix-ui/react-slider": "^1.2.3",
66
- "@radix-ui/react-slot": "^1.2.3",
67
- "@radix-ui/react-switch": "1.1.3",
68
- "@radix-ui/react-tabs": "1.1.3",
69
- "@radix-ui/react-toast": "1.2.6",
70
- "@radix-ui/react-tooltip": "1.1.8",
71
- "@react-input/mask": "^2.0.4",
72
- "@tanstack/react-table": "^8.20.5",
73
- "class-variance-authority": "^0.7.1",
74
- "clsx": "^2.1.1",
75
- "cmdk": "1.0.0",
76
- "date-fns": "^4.1.0",
77
- "embla-carousel-react": "^8.5.1",
78
- "lucide-react": "^0.475.0",
79
- "react-colorful": "^5.6.1",
80
- "react-day-picker": "^9.7.0",
81
- "react-hook-form": "^7.51.1",
82
- "react-router-dom": "^6.21.0",
83
- "react-top-loading-bar": "^3.0.2",
84
- "recharts": "^2.15.1",
85
- "tailwind-merge": "^3.0.1",
86
- "vaul": "^1.1.2",
87
- "zod": "^3.22.4"
88
- },
89
- "devDependencies": {
90
- "@biomejs/biome": "1.4.1",
91
- "@rollup/plugin-alias": "^5.1.1",
92
- "@rollup/plugin-commonjs": "^26.0.1",
93
- "@rollup/plugin-node-resolve": "^15.2.3",
94
- "@rollup/plugin-typescript": "^11.1.6",
95
- "@semantic-release/changelog": "^6.0.0",
96
- "@semantic-release/commit-analyzer": "^10.0.0",
97
- "@semantic-release/git": "^10.0.0",
98
- "@semantic-release/npm": "^10.0.0",
99
- "@semantic-release/release-notes-generator": "^11.0.0",
100
- "@storybook/addon-essentials": "^8.0.0",
101
- "@storybook/addon-interactions": "^8.0.0",
102
- "@storybook/addon-links": "^8.0.0",
103
- "@storybook/blocks": "^8.0.0",
104
- "@storybook/react": "^8.0.0",
105
- "@storybook/react-vite": "^8.0.0",
106
- "@storybook/test": "^8.0.0",
107
- "@types/node": "^24.7.0",
108
- "@types/react": "^18.2.67",
109
- "@types/react-dom": "^18.2.22",
110
- "autoprefixer": "^10.4.19",
111
- "conventional-changelog-conventionalcommits": "^9.1.0",
112
- "postcss": "^8.4.38",
113
- "rollup": "^4.18.0",
114
- "rollup-plugin-dts": "^6.1.1",
115
- "rollup-plugin-peer-deps-external": "^2.2.4",
116
- "rollup-plugin-postcss": "^4.0.2",
117
- "semantic-release": "^21.0.0",
118
- "storybook": "^8.0.0",
119
- "tailwindcss": "^3.3.6",
120
- "tailwindcss-animate": "^1.0.7",
121
- "typescript": "^5.4.3"
122
- },
123
- "keywords": [
124
- "react",
125
- "components",
126
- "ui",
127
- "design-system",
128
- "typescript",
129
- "tailwind",
130
- "tailwindcss",
131
- "shadcn",
132
- "shadcn-ui",
133
- "radix",
134
- "radix-ui",
135
- "accessibility",
136
- "a11y",
137
- "dark-mode",
138
- "responsive",
139
- "modern",
140
- "styled-components",
141
- "css-in-js",
142
- "component-library",
143
- "ui-kit",
144
- "frontend",
145
- "web-components"
146
- ]
2
+ "name": "eai-frontend-components",
3
+ "version": "2.0.26",
4
+ "description": "Biblioteca de componentes UI reutilizáveis baseada em shadcn/ui e Radix UI para projetos EAI.",
5
+ "private": false,
6
+ "publishConfig": {
7
+ "access": "public",
8
+ "registry": "https://registry.npmjs.org/"
9
+ },
10
+ "homepage": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds#readme",
11
+ "bugs": {
12
+ "url": "https://bitbucket.org/genei_ryodan/erp_frontend_eai_ds/issues"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+ssh://git@bitbucket.org/genei_ryodan/erp_frontend_eai_ds.git"
17
+ },
18
+ "author": "EAI",
19
+ "license": "MIT",
20
+ "type": "module",
21
+ "main": "dist/index.js",
22
+ "module": "dist/index.esm.js",
23
+ "types": "dist/index.d.ts",
24
+ "files": [
25
+ "dist",
26
+ "README.md",
27
+ "LICENSE"
28
+ ],
29
+ "scripts": {
30
+ "build": "rollup -c",
31
+ "build:watch": "rollup -c -w",
32
+ "dev": "storybook dev -p 6006",
33
+ "build-storybook": "storybook build",
34
+ "lint": "npx @biomejs/biome lint ./src --diagnostic-level=error",
35
+ "type-check": "tsc --noEmit",
36
+ "test": "echo \"No tests specified\" && exit 0",
37
+ "ci": "npm run lint && npm run type-check && npm run build",
38
+ "release": "semantic-release",
39
+ "prepublishOnly": "npm run ci"
40
+ },
41
+ "peerDependencies": {
42
+ "react": ">=16.8.0",
43
+ "react-dom": ">=16.8.0"
44
+ },
45
+ "dependencies": {
46
+ "@hookform/resolvers": "^3.3.4",
47
+ "@mona-health/react-input-mask": "^3.0.3",
48
+ "@radix-ui/react-accordion": "^1.2.12",
49
+ "@radix-ui/react-alert-dialog": "^1.1.15",
50
+ "@radix-ui/react-avatar": "^1.1.11",
51
+ "@radix-ui/react-checkbox": "^1.3.3",
52
+ "@radix-ui/react-collapsible": "^1.1.12",
53
+ "@radix-ui/react-context-menu": "^2.2.16",
54
+ "@radix-ui/react-dialog": "^1.1.15",
55
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
56
+ "@radix-ui/react-hover-card": "^1.1.15",
57
+ "@radix-ui/react-label": "^2.1.8",
58
+ "@radix-ui/react-popover": "^1.1.15",
59
+ "@radix-ui/react-progress": "^1.1.8",
60
+ "@radix-ui/react-radio-group": "^1.3.8",
61
+ "@radix-ui/react-scroll-area": "^1.2.10",
62
+ "@radix-ui/react-select": "^2.2.6",
63
+ "@radix-ui/react-separator": "^1.1.8",
64
+ "@radix-ui/react-slider": "^1.3.6",
65
+ "@radix-ui/react-slot": "^1.2.4",
66
+ "@radix-ui/react-switch": "^1.2.6",
67
+ "@radix-ui/react-tabs": "^1.1.13",
68
+ "@radix-ui/react-toast": "^1.2.15",
69
+ "@radix-ui/react-tooltip": "^1.2.8",
70
+ "@react-input/mask": "^2.0.4",
71
+ "@tanstack/react-table": "^8.20.5",
72
+ "class-variance-authority": "^0.7.1",
73
+ "clsx": "^2.1.1",
74
+ "cmdk": "^1.1.1",
75
+ "date-fns": "^4.1.0",
76
+ "embla-carousel-react": "^8.5.1",
77
+ "lucide-react": "^0.553.0",
78
+ "react-colorful": "^5.6.1",
79
+ "react-day-picker": "^9.11.1",
80
+ "react-hook-form": "^7.51.1",
81
+ "react-router-dom": "^6.21.0",
82
+ "react-top-loading-bar": "^3.0.2",
83
+ "recharts": "^2.15.1",
84
+ "tailwind-merge": "^3.4.0",
85
+ "vaul": "^1.1.2",
86
+ "zod": "^3.22.4"
87
+ },
88
+ "devDependencies": {
89
+ "@biomejs/biome": "^2.3.5",
90
+ "@rollup/plugin-alias": "^5.1.1",
91
+ "@rollup/plugin-commonjs": "^26.0.1",
92
+ "@rollup/plugin-node-resolve": "^15.2.3",
93
+ "@rollup/plugin-typescript": "^11.1.6",
94
+ "@semantic-release/changelog": "^6.0.0",
95
+ "@semantic-release/commit-analyzer": "^10.0.0",
96
+ "@semantic-release/git": "^10.0.0",
97
+ "@semantic-release/npm": "^10.0.0",
98
+ "@semantic-release/release-notes-generator": "^11.0.0",
99
+ "@storybook/addon-essentials": "^8.0.0",
100
+ "@storybook/addon-interactions": "^8.0.0",
101
+ "@storybook/addon-links": "^8.0.0",
102
+ "@storybook/blocks": "^8.0.0",
103
+ "@storybook/react": "^8.0.0",
104
+ "@storybook/react-vite": "^8.0.0",
105
+ "@storybook/test": "^8.0.0",
106
+ "@types/node": "^24.7.0",
107
+ "@types/react": "^18.2.67",
108
+ "@types/react-dom": "^18.2.22",
109
+ "autoprefixer": "^10.4.19",
110
+ "conventional-changelog-conventionalcommits": "^9.1.0",
111
+ "postcss": "^8.4.38",
112
+ "rollup": "^4.18.0",
113
+ "rollup-plugin-dts": "^6.1.1",
114
+ "rollup-plugin-peer-deps-external": "^2.2.4",
115
+ "rollup-plugin-postcss": "^4.0.2",
116
+ "semantic-release": "^21.0.0",
117
+ "storybook": "^8.0.0",
118
+ "tailwindcss": "^3.3.6",
119
+ "tailwindcss-animate": "^1.0.7",
120
+ "typescript": "^5.4.3"
121
+ },
122
+ "keywords": [
123
+ "react",
124
+ "components",
125
+ "ui",
126
+ "design-system",
127
+ "typescript",
128
+ "tailwind",
129
+ "tailwindcss",
130
+ "shadcn",
131
+ "shadcn-ui",
132
+ "radix",
133
+ "radix-ui",
134
+ "accessibility",
135
+ "a11y",
136
+ "dark-mode",
137
+ "responsive",
138
+ "modern",
139
+ "styled-components",
140
+ "css-in-js",
141
+ "component-library",
142
+ "ui-kit",
143
+ "frontend",
144
+ "web-components"
145
+ ]
147
146
  }