@kong-ui-public/document-viewer 2.1.59 → 2.1.60
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 +25 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/document-viewer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.60",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/document-viewer.umd.js",
|
|
6
6
|
"module": "./dist/document-viewer.es.js",
|
|
@@ -20,18 +20,34 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
+
"scripts": {
|
|
24
|
+
"dev": "cross-env USE_SANDBOX=true vite",
|
|
25
|
+
"build": "run-s typecheck build:package build:types",
|
|
26
|
+
"build:package": "vite build -m production",
|
|
27
|
+
"build:analyzer": "BUILD_VISUALIZER='portal/document-viewer' vite build -m production",
|
|
28
|
+
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
29
|
+
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
30
|
+
"preview": "cross-env USE_SANDBOX=true vite preview",
|
|
31
|
+
"lint": "eslint",
|
|
32
|
+
"lint:fix": "eslint --fix",
|
|
33
|
+
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}'",
|
|
34
|
+
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}' --fix",
|
|
35
|
+
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
|
|
36
|
+
"test:component": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress run --component -b chrome --spec './src/**/*.cy.ts' --project '../../../.'",
|
|
37
|
+
"test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'"
|
|
38
|
+
},
|
|
23
39
|
"peerDependencies": {
|
|
24
|
-
"@kong/
|
|
25
|
-
"
|
|
26
|
-
"
|
|
40
|
+
"@kong-ui-public/i18n": "workspace:^",
|
|
41
|
+
"@kong/kongponents": "^9.24.1",
|
|
42
|
+
"vue": ">= 3.3.13 < 4"
|
|
27
43
|
},
|
|
28
44
|
"devDependencies": {
|
|
45
|
+
"@kong-ui-public/i18n": "^2.2.10",
|
|
29
46
|
"@kong/design-tokens": "1.17.3",
|
|
30
|
-
"@kong/kongponents": "9.
|
|
47
|
+
"@kong/kongponents": "9.24.1",
|
|
31
48
|
"@types/prismjs": "^1.26.5",
|
|
32
49
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
33
|
-
"vue": "^3.5.13"
|
|
34
|
-
"@kong-ui-public/i18n": "^2.2.10"
|
|
50
|
+
"vue": "^3.5.13"
|
|
35
51
|
},
|
|
36
52
|
"dependencies": {
|
|
37
53
|
"prismjs": "^1.29.0"
|
|
@@ -53,20 +69,5 @@
|
|
|
53
69
|
"distSizeChecker": {
|
|
54
70
|
"errorLimit": "3MB"
|
|
55
71
|
},
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
"build": "run-s typecheck build:package build:types",
|
|
59
|
-
"build:package": "vite build -m production",
|
|
60
|
-
"build:analyzer": "BUILD_VISUALIZER='portal/document-viewer' vite build -m production",
|
|
61
|
-
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
62
|
-
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
63
|
-
"preview": "cross-env USE_SANDBOX=true vite preview",
|
|
64
|
-
"lint": "eslint",
|
|
65
|
-
"lint:fix": "eslint --fix",
|
|
66
|
-
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}'",
|
|
67
|
-
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}' --fix",
|
|
68
|
-
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
|
|
69
|
-
"test:component": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress run --component -b chrome --spec './src/**/*.cy.ts' --project '../../../.'",
|
|
70
|
-
"test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
72
|
+
"gitHead": "0bb9bc0eda41d8dfd25d1dee4979c6cdda9cedd9"
|
|
73
|
+
}
|