dirk-cfx-react 1.1.87 → 1.1.89

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,117 +1,123 @@
1
- {
2
- "name": "dirk-cfx-react",
3
- "version": "1.1.87",
4
- "type": "module",
5
- "main": "./dist/index.cjs",
6
- "module": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js",
12
- "require": "./dist/index.cjs"
13
- },
14
- "./components": {
15
- "types": "./dist/components/index.d.ts",
16
- "import": "./dist/components/index.js",
17
- "require": "./dist/components/index.cjs"
18
- },
19
- "./hooks": {
20
- "types": "./dist/hooks/index.d.ts",
21
- "import": "./dist/hooks/index.js",
22
- "require": "./dist/hooks/index.cjs"
23
- },
24
- "./utils": {
25
- "types": "./dist/utils/index.d.ts",
26
- "import": "./dist/utils/index.js",
27
- "require": "./dist/utils/index.cjs"
28
- },
29
- "./providers": {
30
- "types": "./dist/providers/index.d.ts",
31
- "import": "./dist/providers/index.js",
32
- "require": "./dist/providers/index.cjs"
33
- },
34
- "./*": {
35
- "types": "./dist/*.d.ts",
36
- "import": "./dist/*.js",
37
- "require": "./dist/*.cjs"
38
- }
39
- },
40
- "files": [
41
- "dist",
42
- "src/styles",
43
- "src/fonts"
44
- ],
45
- "scripts": {
46
- "build": "tsup",
47
- "watch": "tsup --watch",
48
- "prepublishOnly": "npm run build"
49
- },
50
- "devDependencies": {
51
- "@fortawesome/fontawesome-svg-core": ">=7.1.0",
52
- "@fortawesome/free-brands-svg-icons": ">=7.1.0",
53
- "@fortawesome/free-regular-svg-icons": ">=7.1.0",
54
- "@fortawesome/free-solid-svg-icons": ">=7.1.0",
55
- "@fortawesome/react-fontawesome": ">=3.1.0",
56
- "@mantine/colors-generator": "^8.3.18",
57
- "@mantine/core": ">=8.3.9",
58
- "@mantine/notifications": ">=8.3.9",
59
- "@tanstack/react-query": "^5.90.21",
60
- "@types/fs-extra": ">=11.0.4",
61
- "@types/leaflet": ">=1.9.21",
62
- "@types/node": ">=24.9.1",
63
- "@types/react": ">=19.2.2",
64
- "framer-motion": ">=12.23.24",
65
- "fs-extra": ">=11.3.2",
66
- "lucide-react": ">=0.547.0",
67
- "react": ">=19.2.0",
68
- "react-dom": ">=19.2.0",
69
- "tsup": ">=8.5.0",
70
- "typescript": ">=5.9.3",
71
- "zod": ">=3.22.0",
72
- "zustand": ">=5.0.3"
73
- },
74
- "peerDependencies": {
75
- "@fortawesome/fontawesome-svg-core": ">=7.1.0",
76
- "@fortawesome/free-brands-svg-icons": ">=7.1.0",
77
- "@fortawesome/free-regular-svg-icons": ">=7.1.0",
78
- "@fortawesome/free-solid-svg-icons": ">=7.1.0",
79
- "@fortawesome/react-fontawesome": ">=3.1.0",
80
- "@mantine/colors-generator": ">=8.3.9",
81
- "@mantine/core": ">=8.3.9",
82
- "@mantine/hooks": ">=8.3.9",
83
- "@mantine/notifications": ">=8.3.9",
84
- "@tanstack/react-query": "^5.90.21",
85
- "axios": ">=1.13.1",
86
- "framer-motion": ">=12.23.24",
87
- "lucide-react": ">=0.547.0",
88
- "react": ">=19.2.0",
89
- "react-dom": ">=19.2.0",
90
- "zod": ">=3.22.0",
91
- "zustand": ">=5.0.3"
92
- },
93
- "sideEffects": [
94
- "**/*.css",
95
- "**/*.scss",
96
- "**/*.woff",
97
- "**/*.woff2",
98
- "**/*.ttf",
99
- "**/*.otf"
100
- ],
101
- "typesVersions": {
102
- "*": {
103
- "components": [
104
- "dist/components/index.d.ts"
105
- ],
106
- "hooks": [
107
- "dist/hooks/index.d.ts"
108
- ],
109
- "utils": [
110
- "dist/utils/index.d.ts"
111
- ],
112
- "providers": [
113
- "dist/providers/index.d.ts"
114
- ]
115
- }
116
- }
117
- }
1
+ {
2
+ "name": "dirk-cfx-react",
3
+ "version": "1.1.89",
4
+ "type": "module",
5
+ "main": "./dist/index.cjs",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs"
13
+ },
14
+ "./components": {
15
+ "types": "./dist/components/index.d.ts",
16
+ "import": "./dist/components/index.js",
17
+ "require": "./dist/components/index.cjs"
18
+ },
19
+ "./hooks": {
20
+ "types": "./dist/hooks/index.d.ts",
21
+ "import": "./dist/hooks/index.js",
22
+ "require": "./dist/hooks/index.cjs"
23
+ },
24
+ "./utils": {
25
+ "types": "./dist/utils/index.d.ts",
26
+ "import": "./dist/utils/index.js",
27
+ "require": "./dist/utils/index.cjs"
28
+ },
29
+ "./providers": {
30
+ "types": "./dist/providers/index.d.ts",
31
+ "import": "./dist/providers/index.js",
32
+ "require": "./dist/providers/index.cjs"
33
+ },
34
+ "./*": {
35
+ "types": "./dist/*.d.ts",
36
+ "import": "./dist/*.js",
37
+ "require": "./dist/*.cjs"
38
+ }
39
+ },
40
+ "files": [
41
+ "dist",
42
+ "src/styles",
43
+ "src/fonts"
44
+ ],
45
+ "scripts": {
46
+ "build": "tsup",
47
+ "watch": "tsup --watch",
48
+ "prepublishOnly": "npm run build"
49
+ },
50
+ "devDependencies": {
51
+ "@fortawesome/fontawesome-svg-core": ">=7.1.0",
52
+ "@fortawesome/free-brands-svg-icons": ">=7.1.0",
53
+ "@fortawesome/free-regular-svg-icons": ">=7.1.0",
54
+ "@fortawesome/free-solid-svg-icons": ">=7.1.0",
55
+ "@fortawesome/react-fontawesome": ">=3.1.0",
56
+ "@mantine/colors-generator": "^8.3.18",
57
+ "@mantine/core": ">=8.3.9",
58
+ "@mantine/notifications": ">=8.3.9",
59
+ "@tanstack/react-query": "^5.90.21",
60
+ "@types/fs-extra": ">=11.0.4",
61
+ "@types/leaflet": ">=1.9.21",
62
+ "@types/node": ">=24.9.1",
63
+ "@types/react": ">=19.2.2",
64
+ "@types/react-dom": "^19.2.3",
65
+ "framer-motion": ">=12.23.24",
66
+ "fs-extra": ">=11.3.2",
67
+ "lucide-react": ">=0.547.0",
68
+ "react": ">=19.2.0",
69
+ "react-dom": ">=19.2.0",
70
+ "tsup": ">=8.5.0",
71
+ "typescript": ">=5.9.3",
72
+ "zod": ">=3.22.0",
73
+ "zustand": ">=5.0.3"
74
+ },
75
+ "peerDependencies": {
76
+ "@fortawesome/fontawesome-svg-core": ">=7.1.0",
77
+ "@fortawesome/free-brands-svg-icons": ">=7.1.0",
78
+ "@fortawesome/free-regular-svg-icons": ">=7.1.0",
79
+ "@fortawesome/free-solid-svg-icons": ">=7.1.0",
80
+ "@fortawesome/react-fontawesome": ">=3.1.0",
81
+ "@mantine/colors-generator": ">=8.3.9",
82
+ "@mantine/core": ">=8.3.9",
83
+ "@mantine/hooks": ">=8.3.9",
84
+ "@mantine/notifications": ">=8.3.9",
85
+ "@tanstack/react-query": "^5.90.21",
86
+ "axios": ">=1.13.1",
87
+ "framer-motion": ">=12.23.24",
88
+ "lucide-react": ">=0.547.0",
89
+ "react": ">=19.2.0",
90
+ "react-dom": ">=19.2.0",
91
+ "zod": ">=3.22.0",
92
+ "zustand": ">=5.0.3"
93
+ },
94
+ "sideEffects": [
95
+ "**/*.css",
96
+ "**/*.scss",
97
+ "**/*.woff",
98
+ "**/*.woff2",
99
+ "**/*.ttf",
100
+ "**/*.otf"
101
+ ],
102
+ "typesVersions": {
103
+ "*": {
104
+ "components": [
105
+ "dist/components/index.d.ts"
106
+ ],
107
+ "hooks": [
108
+ "dist/hooks/index.d.ts"
109
+ ],
110
+ "utils": [
111
+ "dist/utils/index.d.ts"
112
+ ],
113
+ "providers": [
114
+ "dist/providers/index.d.ts"
115
+ ]
116
+ }
117
+ },
118
+ "dependencies": {
119
+ "@adamscybot/react-leaflet-component-marker": "^2.0.3",
120
+ "leaflet": "^1.9.4",
121
+ "react-leaflet": "^5.0.0"
122
+ }
123
+ }