@kystverket/styrbord 1.3.20 → 1.3.22
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 +61 -4
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kystverket/styrbord",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.22",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/Kystverket/styrbord.git"
|
|
8
|
+
"url": "git+https://github.com/Kystverket/styrbord.git"
|
|
9
9
|
},
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
@@ -36,7 +36,64 @@
|
|
|
36
36
|
},
|
|
37
37
|
"author": "",
|
|
38
38
|
"license": "ISC",
|
|
39
|
-
"dependencies": {
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@digdir/designsystemet-css": "~1.9.0",
|
|
41
|
+
"@digdir/designsystemet-react": "~1.9.0",
|
|
42
|
+
"@material-symbols/font-400": "^0.39.0",
|
|
43
|
+
"date-fns": "^4.1.0",
|
|
44
|
+
"exifr": "^7.1.3",
|
|
45
|
+
"react-datepicker": "^8.4.0",
|
|
46
|
+
"react-dom": "^19.0.0",
|
|
47
|
+
"react": "^19.0.0",
|
|
48
|
+
"uuid": "^11.1.0"
|
|
49
|
+
},
|
|
40
50
|
"peerDependencies": {},
|
|
41
|
-
"devDependencies": {
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@chromatic-com/storybook": "^1.9.0",
|
|
53
|
+
"@eslint/js": "^9.22.0",
|
|
54
|
+
"@kystverket/styrbord-tokens": "^0.3.11",
|
|
55
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
56
|
+
"@storybook/addon-essentials": "^8.6.13",
|
|
57
|
+
"@storybook/addon-interactions": "^8.6.13",
|
|
58
|
+
"@storybook/addon-links": "^8.6.13",
|
|
59
|
+
"@storybook/addon-onboarding": "^8.6.13",
|
|
60
|
+
"@storybook/blocks": "^8.6.13",
|
|
61
|
+
"@storybook/manager-api": "^8.6.13",
|
|
62
|
+
"@storybook/react-vite": "^8.6.13",
|
|
63
|
+
"@storybook/react": "^8.6.13",
|
|
64
|
+
"@storybook/test": "^8.6.13",
|
|
65
|
+
"@storybook/theming": "^8.6.13",
|
|
66
|
+
"@storybook/types": "^8.6.13",
|
|
67
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
68
|
+
"@types/node": "^20.17.24",
|
|
69
|
+
"@types/react-dom": "^19.0.0",
|
|
70
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
71
|
+
"@types/react": "^19.0.0",
|
|
72
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
73
|
+
"clsx": "^2.1.1",
|
|
74
|
+
"esbuild": "^0.24.2",
|
|
75
|
+
"eslint-plugin-css": "^0.11.0",
|
|
76
|
+
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
77
|
+
"eslint-plugin-react": "^7.37.4",
|
|
78
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
79
|
+
"eslint": "^9.22.0",
|
|
80
|
+
"globals": "^13.24.0",
|
|
81
|
+
"jiti": "^2.4.2",
|
|
82
|
+
"postcss": "^8.5.3",
|
|
83
|
+
"prettier": "^3.5.3",
|
|
84
|
+
"publint": "^0.2.12",
|
|
85
|
+
"react-dom": "^19.0.0",
|
|
86
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
87
|
+
"react": "^19.0.0",
|
|
88
|
+
"rollup-plugin-preserve-use-client": "^3.0.1",
|
|
89
|
+
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
90
|
+
"sass": "^1.85.1",
|
|
91
|
+
"storybook-addon-tag-badges": "^1.4.0",
|
|
92
|
+
"storybook": "^8.6.13",
|
|
93
|
+
"tslib": "^2.8.1",
|
|
94
|
+
"typescript-eslint": "^8.26.1",
|
|
95
|
+
"typescript": "^5.8.2",
|
|
96
|
+
"vite-plugin-svgr": "^4.5.0",
|
|
97
|
+
"vite": "^5.4.14"
|
|
98
|
+
}
|
|
42
99
|
}
|