@tongfun/tf-widget 0.3.2-beta.34 → 0.3.2-beta.35

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 CHANGED
@@ -1,106 +1,106 @@
1
- {
2
- "name": "@tongfun/tf-widget",
3
- "version": "0.3.2-beta.34",
4
- "description": "tf-widget",
5
- "main": "lib/tf-widget.umd.js",
6
- "module": "es/tf-widget.esm.js",
7
- "private": false,
8
- "license": "MIT",
9
- "author": "blackspace,t-bug",
10
- "scripts": {
11
- "serve": "vue-cli-service serve",
12
- "build": "vue-cli-service build",
13
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
14
- "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
15
- "clean": "rimraf lib",
16
- "lib": "npm run lib:vue",
17
- "lib:rollup": "rollup -c",
18
- "lib:vue": "vue-cli-service build --target lib --name tf-widget --dest lib src/index.js",
19
- "prepublishOnly": "npm run clean && npm run lib",
20
- "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
21
- "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch package --watch src -e js,vue,less --debug -x \"npm run lib && yalc push\" ",
22
- "release": "bumpp && npm publish"
23
- },
24
- "files": [
25
- "lib/tf-widget.css",
26
- "lib/tf-widget.umd.js"
27
- ],
28
- "dependencies": {
29
- "@ag-grid-community/client-side-row-model": "^28.2.1",
30
- "@ag-grid-enterprise/clipboard": "^28.2.1",
31
- "@ag-grid-enterprise/core": "^28.2.1",
32
- "@ag-grid-enterprise/menu": "^28.2.1",
33
- "@ag-grid-enterprise/range-selection": "^28.2.1",
34
- "@visactor/vtable": "^1.19.2",
35
- "@visactor/vtable-export": "^1.19.2",
36
- "ag-grid-community": "^28.2.1",
37
- "ag-grid-enterprise": "^28.2.1",
38
- "ag-grid-vue": "^28.2.1",
39
- "axios": "^0.21.4",
40
- "babel-plugin-import": "1.13.5",
41
- "core-js": "^3.6.5",
42
- "decimal.js": "^10.3.1",
43
- "dom-to-image": "^2.6.0",
44
- "element-resize-detector": "^1.2.4",
45
- "element-ui": ">=2.14.1 <=2.15.8",
46
- "exceljs": "^4.4.0",
47
- "file-saver": "^2.0.5",
48
- "js-base64": "^3.6.0",
49
- "mathjs": "^10.5.0",
50
- "moment": "^2.29.4",
51
- "qrcodejs2": "0.0.2",
52
- "sortablejs": "^1.13.0",
53
- "uqrcodejs": "^4.0.0",
54
- "user": "^0.0.0",
55
- "v-click-outside": "^3.2.0",
56
- "vue": ">=2.6.11 <3.0.0",
57
- "vue-draggable-resizable-gorkys": "^2.4.8",
58
- "vue-property-decorator": "^8.0.0",
59
- "vue2-datepicker": "^3.10.4",
60
- "vuedraggable": "^2.24.3",
61
- "vuex": "^3.6.2",
62
- "vxe-table": "3.6.6",
63
- "xe-utils": "^3.5.7"
64
- },
65
- "devDependencies": {
66
- "@babel/core": "7.19.1",
67
- "@babel/eslint-parser": "^7.19.1",
68
- "@babel/plugin-transform-runtime": "^7.17.0",
69
- "@rollup/plugin-alias": "^3.1.9",
70
- "@rollup/plugin-babel": "^5.3.1",
71
- "@rollup/plugin-commonjs": "^21.1.0",
72
- "@rollup/plugin-image": "^2.1.1",
73
- "@rollup/plugin-json": "^4.1.0",
74
- "@rollup/plugin-node-resolve": "^15.0.1",
75
- "@rollup/plugin-replace": "^5.0.2",
76
- "@vue/cli-plugin-babel": "~5.0.8",
77
- "@vue/cli-plugin-eslint": "~5.0.8",
78
- "@vue/cli-service": "~5.0.8",
79
- "autoprefixer": "^8.6.5",
80
- "bumpp": "^9.0.0",
81
- "eslint": "^8.23.1",
82
- "eslint-plugin-vue": "^9.4.0",
83
- "less": "^4.1.3",
84
- "less-loader": "^11.0.0",
85
- "postcss": "^8.4.12",
86
- "rimraf": "^4.4.1",
87
- "rollup": "^2.70.2",
88
- "rollup-plugin-css-only": "^4.3.0",
89
- "rollup-plugin-postcss": "^4.0.2",
90
- "rollup-plugin-progress": "^1.1.2",
91
- "rollup-plugin-terser": "^7.0.2",
92
- "rollup-plugin-vue": "^5.1.9",
93
- "sass": "^1.54.9",
94
- "sass-loader": "^13.0.2",
95
- "svg-sprite-loader": "^5.2.1",
96
- "umy-ui": "^1.1.6",
97
- "vue-template-compiler": "2.6.14"
98
- },
99
- "peerDependencies": {
100
- "element-ui": ">=2.14.1 <=2.15.8",
101
- "vue": ">=2.6.11 <3.0.0"
102
- },
103
- "browser": {
104
- "crypto": false
105
- }
106
- }
1
+ {
2
+ "name": "@tongfun/tf-widget",
3
+ "version": "0.3.2-beta.35",
4
+ "description": "tf-widget",
5
+ "main": "lib/tf-widget.umd.js",
6
+ "module": "es/tf-widget.esm.js",
7
+ "private": false,
8
+ "license": "MIT",
9
+ "author": "blackspace,t-bug",
10
+ "scripts": {
11
+ "serve": "vue-cli-service serve",
12
+ "build": "vue-cli-service build",
13
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
14
+ "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
15
+ "clean": "rimraf lib",
16
+ "lib": "npm run lib:vue",
17
+ "lib:rollup": "rollup -c",
18
+ "lib:vue": "vue-cli-service build --target lib --name tf-widget --dest lib src/index.js",
19
+ "prepublishOnly": "npm run clean && npm run lib",
20
+ "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
21
+ "watch": "nodemon --ignore dist/ --ignore node_modules/ --watch package --watch src -e js,vue,less --debug -x \"npm run lib && yalc push\" ",
22
+ "release": "bumpp && npm publish"
23
+ },
24
+ "files": [
25
+ "lib/tf-widget.css",
26
+ "lib/tf-widget.umd.js"
27
+ ],
28
+ "dependencies": {
29
+ "@ag-grid-community/client-side-row-model": "^28.2.1",
30
+ "@ag-grid-enterprise/clipboard": "^28.2.1",
31
+ "@ag-grid-enterprise/core": "^28.2.1",
32
+ "@ag-grid-enterprise/menu": "^28.2.1",
33
+ "@ag-grid-enterprise/range-selection": "^28.2.1",
34
+ "@visactor/vtable": "^1.19.2",
35
+ "@visactor/vtable-export": "^1.19.2",
36
+ "ag-grid-community": "^28.2.1",
37
+ "ag-grid-enterprise": "^28.2.1",
38
+ "ag-grid-vue": "^28.2.1",
39
+ "axios": "^0.21.4",
40
+ "babel-plugin-import": "1.13.5",
41
+ "core-js": "^3.6.5",
42
+ "decimal.js": "^10.3.1",
43
+ "dom-to-image": "^2.6.0",
44
+ "element-resize-detector": "^1.2.4",
45
+ "element-ui": ">=2.14.1 <=2.15.8",
46
+ "exceljs": "^4.4.0",
47
+ "file-saver": "^2.0.5",
48
+ "js-base64": "^3.6.0",
49
+ "mathjs": "^10.5.0",
50
+ "moment": "^2.29.4",
51
+ "qrcodejs2": "0.0.2",
52
+ "sortablejs": "^1.13.0",
53
+ "uqrcodejs": "^4.0.0",
54
+ "user": "^0.0.0",
55
+ "v-click-outside": "^3.2.0",
56
+ "vue": ">=2.6.11 <3.0.0",
57
+ "vue-draggable-resizable-gorkys": "^2.4.8",
58
+ "vue-property-decorator": "^8.0.0",
59
+ "vue2-datepicker": "^3.10.4",
60
+ "vuedraggable": "^2.24.3",
61
+ "vuex": "^3.6.2",
62
+ "vxe-table": "3.6.6",
63
+ "xe-utils": "^3.5.7"
64
+ },
65
+ "devDependencies": {
66
+ "@babel/core": "7.19.1",
67
+ "@babel/eslint-parser": "^7.19.1",
68
+ "@babel/plugin-transform-runtime": "^7.17.0",
69
+ "@rollup/plugin-alias": "^3.1.9",
70
+ "@rollup/plugin-babel": "^5.3.1",
71
+ "@rollup/plugin-commonjs": "^21.1.0",
72
+ "@rollup/plugin-image": "^2.1.1",
73
+ "@rollup/plugin-json": "^4.1.0",
74
+ "@rollup/plugin-node-resolve": "^15.0.1",
75
+ "@rollup/plugin-replace": "^5.0.2",
76
+ "@vue/cli-plugin-babel": "~5.0.8",
77
+ "@vue/cli-plugin-eslint": "~5.0.8",
78
+ "@vue/cli-service": "~5.0.8",
79
+ "autoprefixer": "^8.6.5",
80
+ "bumpp": "^9.0.0",
81
+ "eslint": "^8.23.1",
82
+ "eslint-plugin-vue": "^9.4.0",
83
+ "less": "^4.1.3",
84
+ "less-loader": "^11.0.0",
85
+ "postcss": "^8.4.12",
86
+ "rimraf": "^4.4.1",
87
+ "rollup": "^2.70.2",
88
+ "rollup-plugin-css-only": "^4.3.0",
89
+ "rollup-plugin-postcss": "^4.0.2",
90
+ "rollup-plugin-progress": "^1.1.2",
91
+ "rollup-plugin-terser": "^7.0.2",
92
+ "rollup-plugin-vue": "^5.1.9",
93
+ "sass": "^1.54.9",
94
+ "sass-loader": "^13.0.2",
95
+ "svg-sprite-loader": "^5.2.1",
96
+ "umy-ui": "^1.1.6",
97
+ "vue-template-compiler": "2.6.14"
98
+ },
99
+ "peerDependencies": {
100
+ "element-ui": ">=2.14.1 <=2.15.8",
101
+ "vue": ">=2.6.11 <3.0.0"
102
+ },
103
+ "browser": {
104
+ "crypto": false
105
+ }
106
+ }