@ah-automation.nl/component-lib 0.0.82 → 0.0.84
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/dist/index.js +13144 -13004
- package/dist/styles.css +1 -1
- package/package.json +81 -81
package/package.json
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ah-automation.nl/component-lib",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.js"
|
|
15
|
-
},
|
|
16
|
-
"./styles.css": "./dist/styles.css"
|
|
17
|
-
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"dev": "vite",
|
|
20
|
-
"typecheck": "tsc -b",
|
|
21
|
-
"build:types": "tsc -p tsconfig.lib.json",
|
|
22
|
-
"build": "npm run typecheck && vite build && npm run build:types",
|
|
23
|
-
"lint": "eslint .",
|
|
24
|
-
"lint:fix": "eslint . --fix",
|
|
25
|
-
"format": "prettier --write .",
|
|
26
|
-
"preview": "vite preview",
|
|
27
|
-
"check": "npm run lint && npm run typecheck && npm run format"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"react": "^19.2.4",
|
|
31
|
-
"react-dom": "^19.2.4",
|
|
32
|
-
"radix-ui": "^1.4.3"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@fontsource-variable/geist": "^5.2.8",
|
|
36
|
-
"@tailwindcss/vite": "^4.2.1",
|
|
37
|
-
"@tanstack/react-table": "^8.21.3",
|
|
38
|
-
"@tanstack/react-virtual": "^3.13.23",
|
|
39
|
-
"class-variance-authority": "^0.7.1",
|
|
40
|
-
"clsx": "^2.1.1",
|
|
41
|
-
"cmdk": "^1.1.1",
|
|
42
|
-
"country-flag-icons": "^1.6.17",
|
|
43
|
-
"date-fns": "^4.1.0",
|
|
44
|
-
"embla-carousel-react": "^8.6.0",
|
|
45
|
-
"lucide-react": "^0.577.0",
|
|
46
|
-
"react-day-picker": "^10.0.0",
|
|
47
|
-
"react-phone-number-input": "^3.4.16",
|
|
48
|
-
"recharts": "3.8.0",
|
|
49
|
-
"shadcn": "^4.0.7",
|
|
50
|
-
"tailwind-merge": "^3.5.0",
|
|
51
|
-
"tailwindcss": "^4.2.1",
|
|
52
|
-
"tw-animate-css": "^1.4.0",
|
|
53
|
-
"vaul": "^1.1.2"
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@eslint/js": "^9.39.4",
|
|
57
|
-
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
58
|
-
"@types/node": "^24.12.0",
|
|
59
|
-
"@types/react": "^19.2.14",
|
|
60
|
-
"@types/react-dom": "^19.2.3",
|
|
61
|
-
"@vitejs/plugin-react": "^5.1.1",
|
|
62
|
-
"eslint": "^9.39.4",
|
|
63
|
-
"eslint-config-prettier": "^10.1.8",
|
|
64
|
-
"eslint-import-resolver-typescript": "^4.4.4",
|
|
65
|
-
"eslint-plugin-import-x": "^4.16.2",
|
|
66
|
-
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
67
|
-
"eslint-plugin-react": "^7.37.5",
|
|
68
|
-
"eslint-plugin-react-hooks": "^7.0.1",
|
|
69
|
-
"eslint-plugin-react-refresh": "^0.5.2",
|
|
70
|
-
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
71
|
-
"globals": "^17.4.0",
|
|
72
|
-
"prettier": "3.8.1",
|
|
73
|
-
"react": "^19.2.4",
|
|
74
|
-
"react-dom": "^19.2.4",
|
|
75
|
-
"radix-ui": "^1.4.3",
|
|
76
|
-
"rollup-plugin-visualizer": "^7.0.1",
|
|
77
|
-
"typescript": "~5.9.3",
|
|
78
|
-
"typescript-eslint": "^8.56.1",
|
|
79
|
-
"vite": "^7.2.4"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ah-automation.nl/component-lib",
|
|
3
|
+
"version": "0.0.84",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./styles.css": "./dist/styles.css"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"typecheck": "tsc -b",
|
|
21
|
+
"build:types": "tsc -p tsconfig.lib.json",
|
|
22
|
+
"build": "npm run typecheck && vite build && npm run build:types",
|
|
23
|
+
"lint": "eslint .",
|
|
24
|
+
"lint:fix": "eslint . --fix",
|
|
25
|
+
"format": "prettier --write .",
|
|
26
|
+
"preview": "vite preview",
|
|
27
|
+
"check": "npm run lint && npm run typecheck && npm run format"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"react": "^19.2.4",
|
|
31
|
+
"react-dom": "^19.2.4",
|
|
32
|
+
"radix-ui": "^1.4.3"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@fontsource-variable/geist": "^5.2.8",
|
|
36
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
37
|
+
"@tanstack/react-table": "^8.21.3",
|
|
38
|
+
"@tanstack/react-virtual": "^3.13.23",
|
|
39
|
+
"class-variance-authority": "^0.7.1",
|
|
40
|
+
"clsx": "^2.1.1",
|
|
41
|
+
"cmdk": "^1.1.1",
|
|
42
|
+
"country-flag-icons": "^1.6.17",
|
|
43
|
+
"date-fns": "^4.1.0",
|
|
44
|
+
"embla-carousel-react": "^8.6.0",
|
|
45
|
+
"lucide-react": "^0.577.0",
|
|
46
|
+
"react-day-picker": "^10.0.0",
|
|
47
|
+
"react-phone-number-input": "^3.4.16",
|
|
48
|
+
"recharts": "3.8.0",
|
|
49
|
+
"shadcn": "^4.0.7",
|
|
50
|
+
"tailwind-merge": "^3.5.0",
|
|
51
|
+
"tailwindcss": "^4.2.1",
|
|
52
|
+
"tw-animate-css": "^1.4.0",
|
|
53
|
+
"vaul": "^1.1.2"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@eslint/js": "^9.39.4",
|
|
57
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
|
|
58
|
+
"@types/node": "^24.12.0",
|
|
59
|
+
"@types/react": "^19.2.14",
|
|
60
|
+
"@types/react-dom": "^19.2.3",
|
|
61
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
62
|
+
"eslint": "^9.39.4",
|
|
63
|
+
"eslint-config-prettier": "^10.1.8",
|
|
64
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
65
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
66
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
67
|
+
"eslint-plugin-react": "^7.37.5",
|
|
68
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
69
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
70
|
+
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
71
|
+
"globals": "^17.4.0",
|
|
72
|
+
"prettier": "3.8.1",
|
|
73
|
+
"react": "^19.2.4",
|
|
74
|
+
"react-dom": "^19.2.4",
|
|
75
|
+
"radix-ui": "^1.4.3",
|
|
76
|
+
"rollup-plugin-visualizer": "^7.0.1",
|
|
77
|
+
"typescript": "~5.9.3",
|
|
78
|
+
"typescript-eslint": "^8.56.1",
|
|
79
|
+
"vite": "^7.2.4"
|
|
80
|
+
}
|
|
81
|
+
}
|