@regulaforensics/ui-components 9.7.1092-rc → 9.7.1094-rc
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 +6 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.1094-rc",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,12 +34,9 @@
|
|
|
34
34
|
"storybook": "storybook dev -p 6006",
|
|
35
35
|
"build-storybook": "storybook build",
|
|
36
36
|
"build": "npm run check-types && npm run build:main && npm run build:core && npm run build:typings",
|
|
37
|
-
"build:main": "vite build --config vite-build.config.ts
|
|
38
|
-
"build:core": "vite build --config vite-build-core.config.ts
|
|
39
|
-
"build:typings": "vite build --config vite-build-typings.config.ts
|
|
40
|
-
"extract:main": "api-extractor run --local --verbose --config api-extractor.main.json && rimraf dist/main/types",
|
|
41
|
-
"extract:core": "api-extractor run --local --verbose --config api-extractor.core.json && rimraf dist/core/types",
|
|
42
|
-
"extract:typings": "api-extractor run --local --verbose --config api-extractor.typings.json && rimraf dist/typings/types",
|
|
37
|
+
"build:main": "vite build --config vite-build.config.ts",
|
|
38
|
+
"build:core": "vite build --config vite-build-core.config.ts",
|
|
39
|
+
"build:typings": "vite build --config vite-build-typings.config.ts",
|
|
43
40
|
"test": "vitest run",
|
|
44
41
|
"docs": "typedoc --out docs src/document-reader/typings",
|
|
45
42
|
"prepare": "husky",
|
|
@@ -72,7 +69,7 @@
|
|
|
72
69
|
},
|
|
73
70
|
"devDependencies": {
|
|
74
71
|
"@eslint/js": "^10.0.1",
|
|
75
|
-
"@microsoft/api-extractor": "^7.58.
|
|
72
|
+
"@microsoft/api-extractor": "^7.58.12",
|
|
76
73
|
"@storybook/addon-docs": "^10.4.6",
|
|
77
74
|
"@storybook/react": "^10.4.6",
|
|
78
75
|
"@storybook/react-vite": "^10.4.6",
|
|
@@ -107,9 +104,9 @@
|
|
|
107
104
|
"typedoc-plugin-coverage": "^4.0.3",
|
|
108
105
|
"typescript": "^6.0.3",
|
|
109
106
|
"typescript-eslint": "^8.61.1",
|
|
107
|
+
"unplugin-dts": "^1.0.3",
|
|
110
108
|
"vite": "^8.0.16",
|
|
111
109
|
"vite-bundle-analyzer": "^1.3.8",
|
|
112
|
-
"vite-plugin-dts": "^5.0.1",
|
|
113
110
|
"vitest": "^4.1.9",
|
|
114
111
|
"xml2js": "^0.6.2",
|
|
115
112
|
"yargs": "^18.0.0"
|