@indfnd/common-pro 1.0.1
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/CHANGELOG.md +13 -0
- package/README.md +21 -0
- package/dist/gy-common-esm.min.js +2 -0
- package/dist/gy-common-esm.min.js.LICENSE.txt +65 -0
- package/dist/images/lan_navigator.53090c9d0e7775d6ce7bfe3523b85d2d.png +0 -0
- package/dist/images/lv_navigator.f07fb393f6d6fe72427ea951df53aa34.png +0 -0
- package/dist/main.css +10971 -0
- package/package.json +159 -0
package/package.json
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@indfnd/common-pro",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/gy-common.cjs.js",
|
|
6
|
+
"module": "dist/gy-common-esm.min.js",
|
|
7
|
+
"browser": "dist/gy-common.umd.js",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vuepress dev docs",
|
|
13
|
+
"lib": "vue-cli-service build --target lib --name gy-common src/main.js",
|
|
14
|
+
"server": "cd server && node index.js",
|
|
15
|
+
"publish": "node publish/index.js",
|
|
16
|
+
"build": "webpack build",
|
|
17
|
+
"version": "node publish/version.js",
|
|
18
|
+
"link-all": "node ./packages/build/link-all.js",
|
|
19
|
+
"link-add": "node ./packages/build/link-add.js",
|
|
20
|
+
"release": "node packages/build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish",
|
|
21
|
+
"release-major": "standard-version --release-as major",
|
|
22
|
+
"release-minor": "standard-version --release-as minor",
|
|
23
|
+
"release-patch": "standard-version --release-as patch",
|
|
24
|
+
"re-publish": "yarn publish --access public"
|
|
25
|
+
},
|
|
26
|
+
"author": "lambo",
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"registry": "https://registry.npmjs.org/"
|
|
29
|
+
},
|
|
30
|
+
"license": "ISC",
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@lambo-design/core": "^4.7.1-beta.139",
|
|
33
|
+
"@lambo-design/shared": "^1.0.0-beta.193",
|
|
34
|
+
"@lambo-design/n-tree-select": "^1.0.0-beta.6",
|
|
35
|
+
"@lambo-design/n-poptip": "^1.0.0-beta.5",
|
|
36
|
+
"@lambo-design/n-tree": "^1.0.0-beta.7",
|
|
37
|
+
"@lambo-design/n-picker": "^1.0.0-beta.8",
|
|
38
|
+
"@lambo-design/n-button": "^1.0.0-beta.6",
|
|
39
|
+
"@lambo-design/n-modal": "^1.0.0-beta.13",
|
|
40
|
+
"@lambo-design/n-panel": "1.0.0-beta.7",
|
|
41
|
+
"@gy-common/unit-radio": "^1.0.0-beta.2",
|
|
42
|
+
"@gy-common/select": "^1.0.0-beta.2",
|
|
43
|
+
"@gy-common/modal": "^1.0.0-beta.2",
|
|
44
|
+
"@gy-common/panel": "^1.0.0-beta.3",
|
|
45
|
+
"@gy-common/core": "^1.0.0-beta.2",
|
|
46
|
+
"@gy-common/shared": "^1.0.0-beta.4",
|
|
47
|
+
"@gy-common/view-wrapper": "^1.0.0-beta.6",
|
|
48
|
+
"@lambo-design/n-date-picker": "^1.0.0-beta.6",
|
|
49
|
+
"@lambo-design/n-drawer": "^1.0.0-beta.3",
|
|
50
|
+
"@lambo-design/n-dropdown": "^1.0.0-beta.3",
|
|
51
|
+
"@lambo-design/n-form": "^1.0.0-beta.16",
|
|
52
|
+
"@lambo-design/n-icons": "^1.0.0-beta.4",
|
|
53
|
+
"@lambo-design/n-image-preview": "^1.0.0-beta.4",
|
|
54
|
+
"@lambo-design/n-select": "^1.0.0-beta.11",
|
|
55
|
+
"@lambo-design/n-sign": "^1.0.0-beta.4",
|
|
56
|
+
"@lambo-design/n-step-track": "^1.0.0-beta.4",
|
|
57
|
+
"@lambo-design/n-table": "^1.0.0-beta.19",
|
|
58
|
+
"@lambo-design/n-tooltip": "^1.0.0-beta.4",
|
|
59
|
+
"@lambo-design/n-upload-file": "^1.0.0-beta.12",
|
|
60
|
+
"@lambo-design/n-upload-img": "^1.0.0-beta.8",
|
|
61
|
+
"ag-grid-community": "git+http://huxuetong01:glpat-SX3w88UUKgkJjVSeAkyV@git.inspur.com/ind-fnd/npmgroup/ag-grid-community.git",
|
|
62
|
+
"ag-grid-enterprise": "git+http://huxuetong01:glpat-SX3w88UUKgkJjVSeAkyV@git.inspur.com/ind-fnd/npmgroup/ag-grid-enterprise.git",
|
|
63
|
+
"ag-grid-vue": "^30.1.0",
|
|
64
|
+
"lodash": "^4.17.11",
|
|
65
|
+
"popper.js": "^1.14.6"
|
|
66
|
+
},
|
|
67
|
+
"devDependencies": {
|
|
68
|
+
"express": "^4.18.2",
|
|
69
|
+
"iconv-lite": "^0.6.3",
|
|
70
|
+
"less": "^3.10.3",
|
|
71
|
+
"less-loader": "^5.0.0",
|
|
72
|
+
"standard-version": "^9.5.0",
|
|
73
|
+
"style-resources-loader": "^1.3.2",
|
|
74
|
+
"vue-cli-plugin-style-resources-loader": "~0.1.4",
|
|
75
|
+
"vue-cropper": "^0.5.5",
|
|
76
|
+
"vue-ueditor-wrap": "2.5.6",
|
|
77
|
+
"vuepress": "^1.9.8",
|
|
78
|
+
"@vue/cli-plugin-babel": "^3.12.1",
|
|
79
|
+
"@vue/cli-plugin-eslint": "^3.0.1",
|
|
80
|
+
"@vue/cli-plugin-unit-mocha": "^3.0.1",
|
|
81
|
+
"@vue/cli-service": "^3.12.1",
|
|
82
|
+
"@vue/eslint-config-standard": "^3.0.0-beta.10",
|
|
83
|
+
"@vue/test-utils": "^1.0.0-beta.10",
|
|
84
|
+
"babel-eslint": "^10.0.3",
|
|
85
|
+
"babel-plugin-component": "^1.1.1",
|
|
86
|
+
"babel-plugin-import": "^1.13.3",
|
|
87
|
+
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
88
|
+
"chai": "^4.1.2",
|
|
89
|
+
"eslint": "^5.16.0",
|
|
90
|
+
"eslint-plugin-cypress": "^2.0.1",
|
|
91
|
+
"eslint-plugin-html": "^5.0.0",
|
|
92
|
+
"eslint-plugin-vue": "^5.2.3",
|
|
93
|
+
"lint-staged": "^6.0.0",
|
|
94
|
+
"mockjs": "^1.0.1-beta3",
|
|
95
|
+
"postcss-url": "^7.3.0",
|
|
96
|
+
"vue-template-compiler": "^2.6.12",
|
|
97
|
+
"mini-css-extract-plugin": "^2.9.0",
|
|
98
|
+
"popper.js": "^1.14.6",
|
|
99
|
+
"axios": "^0.24.0",
|
|
100
|
+
"axios-cache-plugin": "^0.1.0",
|
|
101
|
+
"babel-loader": "7",
|
|
102
|
+
"bpmn-js": "^7.3.1",
|
|
103
|
+
"bpmn-js-properties-panel": "^0.37.2",
|
|
104
|
+
"camunda-bpmn-moddle": "^4.4.0",
|
|
105
|
+
"css-loader": "^1.0.1",
|
|
106
|
+
"classnames": "^2.3.1",
|
|
107
|
+
"core-js": "^3.9.0",
|
|
108
|
+
"cron": "^3.1.6",
|
|
109
|
+
"cron-parser": "^4.9.0",
|
|
110
|
+
"cropperjs": "^1.5.12",
|
|
111
|
+
"css-line-break": "2.1.0",
|
|
112
|
+
"date-fns": "^2.30.0",
|
|
113
|
+
"dayjs": "^1.7.7",
|
|
114
|
+
"debounce": "^1.2.1",
|
|
115
|
+
"es-check": "^5.2.0",
|
|
116
|
+
"es6-promise": "^4.2.8",
|
|
117
|
+
"html2canvas": "^1.4.1",
|
|
118
|
+
"ie-placeholder": "^1.0.0",
|
|
119
|
+
"install": "^0.13.0",
|
|
120
|
+
"is-nan": "^1.3.2",
|
|
121
|
+
"json-editor-vue": "^0.11.2",
|
|
122
|
+
"jszip": "^3.5.0",
|
|
123
|
+
"lunar-calendar": "^0.1.4",
|
|
124
|
+
"moment": "^2.24.0",
|
|
125
|
+
"moment-timezone": "^0.5.43",
|
|
126
|
+
"monaco-editor": "0.30.1",
|
|
127
|
+
"monaco-editor-locales-plugin": "^0.0.3",
|
|
128
|
+
"monaco-editor-webpack-plugin": "6.0.0",
|
|
129
|
+
"monaco-languageclient": "0.18.1",
|
|
130
|
+
"node-rsa": "^1.1.1",
|
|
131
|
+
"pinyin-match": "^1.1.3",
|
|
132
|
+
"qiankun": "^2.7.3",
|
|
133
|
+
"qs": "^6.10.1",
|
|
134
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
135
|
+
"v-click-outside-x": "^4.1.0",
|
|
136
|
+
"v-dragresize": "^1.0.5",
|
|
137
|
+
"vcrontab": "^0.3.5",
|
|
138
|
+
"vue": "^2.6.12",
|
|
139
|
+
"vue-cookies": "^1.8.3",
|
|
140
|
+
"vue-draggable-resizable": "^2.3.0",
|
|
141
|
+
"vue-draggable-resizable-gorkys": "^2.4.8",
|
|
142
|
+
"vue-property-decorator": "^8.5.1",
|
|
143
|
+
"vue-resizable": "^2.1.7",
|
|
144
|
+
"vue-router": "^3.4.5",
|
|
145
|
+
"vuedraggable": "^2.24.3",
|
|
146
|
+
"vuex": "^3.0.1",
|
|
147
|
+
"xlsx": "^0.13.3",
|
|
148
|
+
"url-loader": "^1.1.2",
|
|
149
|
+
"file-loader": "^3.0.1",
|
|
150
|
+
"vue-loader": "^15.7.0",
|
|
151
|
+
"xlsx-populate": "^1.21.0",
|
|
152
|
+
"@types/node": "^20.11.25",
|
|
153
|
+
"@types/webpack": "^5.28.5",
|
|
154
|
+
"ts-loader": "^9.5.1",
|
|
155
|
+
"typescript": "^5.4.2",
|
|
156
|
+
"webpack": "^5.90.3",
|
|
157
|
+
"webpack-cli": "^5.1.4"
|
|
158
|
+
}
|
|
159
|
+
}
|