@tongfun/tf-widget 0.3.2-beta.21 → 0.3.2-beta.22

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,105 +1,105 @@
1
- {
2
- "name": "@tongfun/tf-widget",
3
- "version": "0.3.2-beta.21",
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
- "v-click-outside": "^3.2.0",
55
- "vue": ">=2.6.11 <3.0.0",
56
- "vue-draggable-resizable-gorkys": "^2.4.8",
57
- "vue-property-decorator": "^8.0.0",
58
- "vue2-datepicker": "^3.10.4",
59
- "vuedraggable": "^2.24.3",
60
- "vuex": "^3.6.2",
61
- "vxe-table": "3.6.6",
62
- "xe-utils": "^3.5.7"
63
- },
64
- "devDependencies": {
65
- "@babel/core": "7.19.1",
66
- "@babel/eslint-parser": "^7.19.1",
67
- "@babel/plugin-transform-runtime": "^7.17.0",
68
- "@rollup/plugin-alias": "^3.1.9",
69
- "@rollup/plugin-babel": "^5.3.1",
70
- "@rollup/plugin-commonjs": "^21.1.0",
71
- "@rollup/plugin-image": "^2.1.1",
72
- "@rollup/plugin-json": "^4.1.0",
73
- "@rollup/plugin-node-resolve": "^15.0.1",
74
- "@rollup/plugin-replace": "^5.0.2",
75
- "@vue/cli-plugin-babel": "~5.0.8",
76
- "@vue/cli-plugin-eslint": "~5.0.8",
77
- "@vue/cli-service": "~5.0.8",
78
- "autoprefixer": "^8.6.5",
79
- "bumpp": "^9.0.0",
80
- "eslint": "^8.23.1",
81
- "eslint-plugin-vue": "^9.4.0",
82
- "less": "^4.1.3",
83
- "less-loader": "^11.0.0",
84
- "postcss": "^8.4.12",
85
- "rimraf": "^4.4.1",
86
- "rollup": "^2.70.2",
87
- "rollup-plugin-css-only": "^4.3.0",
88
- "rollup-plugin-postcss": "^4.0.2",
89
- "rollup-plugin-progress": "^1.1.2",
90
- "rollup-plugin-terser": "^7.0.2",
91
- "rollup-plugin-vue": "^5.1.9",
92
- "sass": "^1.54.9",
93
- "sass-loader": "^13.0.2",
94
- "svg-sprite-loader": "^5.2.1",
95
- "umy-ui": "^1.1.6",
96
- "vue-template-compiler": "2.6.14"
97
- },
98
- "peerDependencies": {
99
- "element-ui": ">=2.14.1 <=2.15.8",
100
- "vue": ">=2.6.11 <3.0.0"
101
- },
102
- "browser": {
103
- "crypto": false
104
- }
105
- }
1
+ {
2
+ "name": "@tongfun/tf-widget",
3
+ "version": "0.3.2-beta.22",
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
+ "v-click-outside": "^3.2.0",
55
+ "vue": ">=2.6.11 <3.0.0",
56
+ "vue-draggable-resizable-gorkys": "^2.4.8",
57
+ "vue-property-decorator": "^8.0.0",
58
+ "vue2-datepicker": "^3.10.4",
59
+ "vuedraggable": "^2.24.3",
60
+ "vuex": "^3.6.2",
61
+ "vxe-table": "3.6.6",
62
+ "xe-utils": "^3.5.7"
63
+ },
64
+ "devDependencies": {
65
+ "@babel/core": "7.19.1",
66
+ "@babel/eslint-parser": "^7.19.1",
67
+ "@babel/plugin-transform-runtime": "^7.17.0",
68
+ "@rollup/plugin-alias": "^3.1.9",
69
+ "@rollup/plugin-babel": "^5.3.1",
70
+ "@rollup/plugin-commonjs": "^21.1.0",
71
+ "@rollup/plugin-image": "^2.1.1",
72
+ "@rollup/plugin-json": "^4.1.0",
73
+ "@rollup/plugin-node-resolve": "^15.0.1",
74
+ "@rollup/plugin-replace": "^5.0.2",
75
+ "@vue/cli-plugin-babel": "~5.0.8",
76
+ "@vue/cli-plugin-eslint": "~5.0.8",
77
+ "@vue/cli-service": "~5.0.8",
78
+ "autoprefixer": "^8.6.5",
79
+ "bumpp": "^9.0.0",
80
+ "eslint": "^8.23.1",
81
+ "eslint-plugin-vue": "^9.4.0",
82
+ "less": "^4.1.3",
83
+ "less-loader": "^11.0.0",
84
+ "postcss": "^8.4.12",
85
+ "rimraf": "^4.4.1",
86
+ "rollup": "^2.70.2",
87
+ "rollup-plugin-css-only": "^4.3.0",
88
+ "rollup-plugin-postcss": "^4.0.2",
89
+ "rollup-plugin-progress": "^1.1.2",
90
+ "rollup-plugin-terser": "^7.0.2",
91
+ "rollup-plugin-vue": "^5.1.9",
92
+ "sass": "^1.54.9",
93
+ "sass-loader": "^13.0.2",
94
+ "svg-sprite-loader": "^5.2.1",
95
+ "umy-ui": "^1.1.6",
96
+ "vue-template-compiler": "2.6.14"
97
+ },
98
+ "peerDependencies": {
99
+ "element-ui": ">=2.14.1 <=2.15.8",
100
+ "vue": ">=2.6.11 <3.0.0"
101
+ },
102
+ "browser": {
103
+ "crypto": false
104
+ }
105
+ }