@public-ui/react 1.7.0-rc.8 → 1.7.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.
Files changed (1) hide show
  1. package/package.json +79 -80
package/package.json CHANGED
@@ -1,81 +1,80 @@
1
1
  {
2
- "name": "@public-ui/react",
3
- "version": "1.7.0-rc.8",
4
- "license": "EUPL-1.2",
5
- "homepage": "https://public-ui.github.io",
6
- "repository": "https://github.com/public-ui/kolibri",
7
- "bugs": {
8
- "url": "https://github.com/public-ui/kolibri/issues",
9
- "email": "kolibri@itzbund.de"
10
- },
11
- "author": {
12
- "name": "Informationstechnikzentrum Bund",
13
- "email": "kolibri@itzbund.de"
14
- },
15
- "description": "React framework adapter for KoliBri - The accessible HTML-Standard.",
16
- "keywords": [
17
- "accessibility",
18
- "accessible",
19
- "bitv",
20
- "framework",
21
- "library",
22
- "designsystem",
23
- "design",
24
- "system",
25
- "web components",
26
- "webcomponents",
27
- "aria",
28
- "wai",
29
- "axe",
30
- "custom elements",
31
- "styleguide",
32
- "style",
33
- "guide",
34
- "ui",
35
- "html",
36
- "css",
37
- "web",
38
- "a11y",
39
- "w3c",
40
- "webstandard",
41
- "wcag",
42
- "react"
43
- ],
44
- "scripts": {
45
- "build": "unbuild",
46
- "prepack": "unbuild"
47
- },
48
- "devDependencies": {
49
- "@public-ui/components": "1.7.0-rc.8",
50
- "@types/minimatch": "5.1.2",
51
- "@types/minimist": "1.2.2",
52
- "@types/node": "ts5.1",
53
- "@types/normalize-package-data": "2.4.1",
54
- "@types/react": "18.2.21",
55
- "@types/react-dom": "18.2.7",
56
- "react": "18.2.0",
57
- "react-dom": "18.2.0",
58
- "typescript": "5.2.2",
59
- "unbuild": "1.2.1"
60
- },
61
- "peerDependencies": {
62
- "@public-ui/components": "1.7.0-rc.8",
63
- "react": ">=16.14.0",
64
- "react-dom": ">=16.14.0"
65
- },
66
- "sideEffects": false,
67
- "type": "module",
68
- "exports": {
69
- ".": {
70
- "types": "./dist/index.d.ts",
71
- "import": "./dist/index.mjs",
72
- "require": "./dist/index.cjs"
73
- }
74
- },
75
- "main": "./dist/index.cjs",
76
- "module": "./dist/index.mjs",
77
- "types": "./dist/index.d.ts",
78
- "files": [
79
- "dist"
80
- ]
81
- }
2
+ "name": "@public-ui/react",
3
+ "version": "1.7.0",
4
+ "license": "EUPL-1.2",
5
+ "homepage": "https://public-ui.github.io",
6
+ "repository": "https://github.com/public-ui/kolibri",
7
+ "bugs": {
8
+ "url": "https://github.com/public-ui/kolibri/issues",
9
+ "email": "kolibri@itzbund.de"
10
+ },
11
+ "author": {
12
+ "name": "Informationstechnikzentrum Bund",
13
+ "email": "kolibri@itzbund.de"
14
+ },
15
+ "description": "React framework adapter for KoliBri - The accessible HTML-Standard.",
16
+ "keywords": [
17
+ "accessibility",
18
+ "accessible",
19
+ "bitv",
20
+ "framework",
21
+ "library",
22
+ "designsystem",
23
+ "design",
24
+ "system",
25
+ "web components",
26
+ "webcomponents",
27
+ "aria",
28
+ "wai",
29
+ "axe",
30
+ "custom elements",
31
+ "styleguide",
32
+ "style",
33
+ "guide",
34
+ "ui",
35
+ "html",
36
+ "css",
37
+ "web",
38
+ "a11y",
39
+ "w3c",
40
+ "webstandard",
41
+ "wcag",
42
+ "react"
43
+ ],
44
+ "devDependencies": {
45
+ "@public-ui/components": "1.7.0",
46
+ "@types/minimatch": "5.1.2",
47
+ "@types/minimist": "1.2.3",
48
+ "@types/node": "ts5.1",
49
+ "@types/normalize-package-data": "2.4.2",
50
+ "@types/react": "18.2.23",
51
+ "@types/react-dom": "18.2.8",
52
+ "react": "18.2.0",
53
+ "react-dom": "18.2.0",
54
+ "typescript": "5.2.2",
55
+ "unbuild": "1.2.1"
56
+ },
57
+ "peerDependencies": {
58
+ "@public-ui/components": "1.7.0",
59
+ "react": ">=16.14.0",
60
+ "react-dom": ">=16.14.0"
61
+ },
62
+ "sideEffects": false,
63
+ "type": "module",
64
+ "exports": {
65
+ ".": {
66
+ "types": "./dist/index.d.ts",
67
+ "import": "./dist/index.mjs",
68
+ "require": "./dist/index.cjs"
69
+ }
70
+ },
71
+ "main": "./dist/index.cjs",
72
+ "module": "./dist/index.mjs",
73
+ "types": "./dist/index.d.ts",
74
+ "files": [
75
+ "dist"
76
+ ],
77
+ "scripts": {
78
+ "build": "unbuild"
79
+ }
80
+ }