@gonsin/gview 2.0.143 → 2.0.145
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/dist/index.mjs +5042 -4523
- package/dist/style.css +1 -1
- package/package.json +86 -86
package/package.json
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gonsin/gview",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"main": "dist/index.mjs",
|
|
5
|
-
"typings": "dist/types/index.d.ts",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist",
|
|
8
|
-
"README.md",
|
|
9
|
-
"CHANGELOG.md"
|
|
10
|
-
],
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "cd develop && vite --host",
|
|
13
|
-
"preview": "cd develop && vite preview --host",
|
|
14
|
-
"build:preview": "cd develop && vite build",
|
|
15
|
-
"prebuild": "npm run lint && npm run format",
|
|
16
|
-
"build": "npm run prebuild && run-p type-check build-only && npm run build:tsc",
|
|
17
|
-
"build:tsc": "tsc packages/index.ts --emitDeclarationOnly -d --outDir dist/types/ --skipLibCheck",
|
|
18
|
-
"build-only": "vite build ",
|
|
19
|
-
"type-check": "vue-tsc --noEmit",
|
|
20
|
-
"lint:eslint": "eslint packages/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
21
|
-
"lint:style": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
22
|
-
"lint": "npm run lint:eslint && npm run lint:style",
|
|
23
|
-
"format": "prettier --write develop/ && prettier --write packages/",
|
|
24
|
-
"build:springboot": "cd develop && vite build --outDir ../../server/gview_logic/src/main/resources/gview --mode springboot --emptyOutDir",
|
|
25
|
-
"publish-npm": "npm publish && cnpm sync @gonsin/gview",
|
|
26
|
-
"publish-sync": "cnpm sync @gonsin/gview"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@gonsin/glicense": "^1.0.2",
|
|
30
|
-
"@vueuse/core": "^10.9.0",
|
|
31
|
-
"@wangeditor/editor": "^5.1.23",
|
|
32
|
-
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
33
|
-
"axios": "^1.3.4",
|
|
34
|
-
"dayjs": "^1.11.7",
|
|
35
|
-
"gonsin-i18n": "^0.2.4",
|
|
36
|
-
"he": "^1.2.0",
|
|
37
|
-
"lodash-es": "^4.17.21",
|
|
38
|
-
"mustache": "^4.2.0",
|
|
39
|
-
"nanoid": "^4.0.1",
|
|
40
|
-
"nprogress": "^0.2.0",
|
|
41
|
-
"number-precision": "^1.6.0",
|
|
42
|
-
"pinia": "^2.0.32",
|
|
43
|
-
"qs": "^6.11.1",
|
|
44
|
-
"tdesign-icons-vue-next": "^0.1.11",
|
|
45
|
-
"tdesign-vue-next": "^1.10.7",
|
|
46
|
-
"vue": "^3.2.47",
|
|
47
|
-
"vue-i18n": "^9.2.2",
|
|
48
|
-
"vue-qr": "^4.0.9",
|
|
49
|
-
"vue-router": "^4.1.6"
|
|
50
|
-
},
|
|
51
|
-
"devDependencies": {
|
|
52
|
-
"@rushstack/eslint-patch": "^1.2.0",
|
|
53
|
-
"@tsconfig/node18": "^18.2.4",
|
|
54
|
-
"@types/lodash-es": "^4.17.7",
|
|
55
|
-
"@types/node": "^18.19.33",
|
|
56
|
-
"@typescript-eslint/parser": "^5.59.2",
|
|
57
|
-
"@vitejs/plugin-vue": "^4.0.0",
|
|
58
|
-
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
59
|
-
"@vue/eslint-config-prettier": "^7.1.0",
|
|
60
|
-
"@vue/eslint-config-typescript": "^11.0.2",
|
|
61
|
-
"@vue/tsconfig": "^0.5.1",
|
|
62
|
-
"eslint": "^8.34.0",
|
|
63
|
-
"eslint-import-resolver-typescript": "^3.5.5",
|
|
64
|
-
"eslint-plugin-import": "^2.27.5",
|
|
65
|
-
"eslint-plugin-vue": "^9.9.0",
|
|
66
|
-
"npm-run-all": "^4.1.5",
|
|
67
|
-
"postcss": "^8.4.21",
|
|
68
|
-
"postcss-html": "^1.5.0",
|
|
69
|
-
"postcss-scss": "^4.0.6",
|
|
70
|
-
"prettier": "^2.8.4",
|
|
71
|
-
"sass": "^1.59.2",
|
|
72
|
-
"stylelint": "^14.8.5",
|
|
73
|
-
"stylelint-config-html": "^1.0.0",
|
|
74
|
-
"stylelint-config-prettier": "^9.0.3",
|
|
75
|
-
"stylelint-config-recess-order": "^3.0.0",
|
|
76
|
-
"stylelint-config-recommended-scss": "^6.0.0",
|
|
77
|
-
"stylelint-config-recommended-vue": "^1.4.0",
|
|
78
|
-
"stylelint-config-standard": "^25.0.0",
|
|
79
|
-
"stylelint-config-standard-scss": "^3.0.0",
|
|
80
|
-
"typescript": "~4.8.4",
|
|
81
|
-
"vite": "^4.1.4",
|
|
82
|
-
"vite-plugin-mkcert": "^1.16.0",
|
|
83
|
-
"vite-svg-loader": "^4.0.0",
|
|
84
|
-
"vue-tsc": "^1.2.0"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@gonsin/gview",
|
|
3
|
+
"version": "2.0.145",
|
|
4
|
+
"main": "dist/index.mjs",
|
|
5
|
+
"typings": "dist/types/index.d.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"README.md",
|
|
9
|
+
"CHANGELOG.md"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "cd develop && vite --host",
|
|
13
|
+
"preview": "cd develop && vite preview --host",
|
|
14
|
+
"build:preview": "cd develop && vite build",
|
|
15
|
+
"prebuild": "npm run lint && npm run format",
|
|
16
|
+
"build": "npm run prebuild && run-p type-check build-only && npm run build:tsc",
|
|
17
|
+
"build:tsc": "tsc packages/index.ts --emitDeclarationOnly -d --outDir dist/types/ --skipLibCheck",
|
|
18
|
+
"build-only": "vite build ",
|
|
19
|
+
"type-check": "vue-tsc --noEmit",
|
|
20
|
+
"lint:eslint": "eslint packages/ --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
21
|
+
"lint:style": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
22
|
+
"lint": "npm run lint:eslint && npm run lint:style",
|
|
23
|
+
"format": "prettier --write develop/ && prettier --write packages/",
|
|
24
|
+
"build:springboot": "cd develop && vite build --outDir ../../server/gview_logic/src/main/resources/gview --mode springboot --emptyOutDir",
|
|
25
|
+
"publish-npm": "npm publish && cnpm sync @gonsin/gview",
|
|
26
|
+
"publish-sync": "cnpm sync @gonsin/gview"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@gonsin/glicense": "^1.0.2",
|
|
30
|
+
"@vueuse/core": "^10.9.0",
|
|
31
|
+
"@wangeditor/editor": "^5.1.23",
|
|
32
|
+
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
33
|
+
"axios": "^1.3.4",
|
|
34
|
+
"dayjs": "^1.11.7",
|
|
35
|
+
"gonsin-i18n": "^0.2.4",
|
|
36
|
+
"he": "^1.2.0",
|
|
37
|
+
"lodash-es": "^4.17.21",
|
|
38
|
+
"mustache": "^4.2.0",
|
|
39
|
+
"nanoid": "^4.0.1",
|
|
40
|
+
"nprogress": "^0.2.0",
|
|
41
|
+
"number-precision": "^1.6.0",
|
|
42
|
+
"pinia": "^2.0.32",
|
|
43
|
+
"qs": "^6.11.1",
|
|
44
|
+
"tdesign-icons-vue-next": "^0.1.11",
|
|
45
|
+
"tdesign-vue-next": "^1.10.7",
|
|
46
|
+
"vue": "^3.2.47",
|
|
47
|
+
"vue-i18n": "^9.2.2",
|
|
48
|
+
"vue-qr": "^4.0.9",
|
|
49
|
+
"vue-router": "^4.1.6"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@rushstack/eslint-patch": "^1.2.0",
|
|
53
|
+
"@tsconfig/node18": "^18.2.4",
|
|
54
|
+
"@types/lodash-es": "^4.17.7",
|
|
55
|
+
"@types/node": "^18.19.33",
|
|
56
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
57
|
+
"@vitejs/plugin-vue": "^4.0.0",
|
|
58
|
+
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
59
|
+
"@vue/eslint-config-prettier": "^7.1.0",
|
|
60
|
+
"@vue/eslint-config-typescript": "^11.0.2",
|
|
61
|
+
"@vue/tsconfig": "^0.5.1",
|
|
62
|
+
"eslint": "^8.34.0",
|
|
63
|
+
"eslint-import-resolver-typescript": "^3.5.5",
|
|
64
|
+
"eslint-plugin-import": "^2.27.5",
|
|
65
|
+
"eslint-plugin-vue": "^9.9.0",
|
|
66
|
+
"npm-run-all": "^4.1.5",
|
|
67
|
+
"postcss": "^8.4.21",
|
|
68
|
+
"postcss-html": "^1.5.0",
|
|
69
|
+
"postcss-scss": "^4.0.6",
|
|
70
|
+
"prettier": "^2.8.4",
|
|
71
|
+
"sass": "^1.59.2",
|
|
72
|
+
"stylelint": "^14.8.5",
|
|
73
|
+
"stylelint-config-html": "^1.0.0",
|
|
74
|
+
"stylelint-config-prettier": "^9.0.3",
|
|
75
|
+
"stylelint-config-recess-order": "^3.0.0",
|
|
76
|
+
"stylelint-config-recommended-scss": "^6.0.0",
|
|
77
|
+
"stylelint-config-recommended-vue": "^1.4.0",
|
|
78
|
+
"stylelint-config-standard": "^25.0.0",
|
|
79
|
+
"stylelint-config-standard-scss": "^3.0.0",
|
|
80
|
+
"typescript": "~4.8.4",
|
|
81
|
+
"vite": "^4.1.4",
|
|
82
|
+
"vite-plugin-mkcert": "^1.16.0",
|
|
83
|
+
"vite-svg-loader": "^4.0.0",
|
|
84
|
+
"vue-tsc": "^1.2.0"
|
|
85
|
+
}
|
|
86
|
+
}
|