@indfnd/common-pro 1.0.95 → 1.0.96

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,96 +1,96 @@
1
- {
2
- "name": "@indfnd/common-pro",
3
- "version": "1.0.95",
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
- "build": "yarn build:dist && yarn build:style",
14
- "build:dist": "webpack build",
15
- "build:style": "gulp --gulpfile packages/build/build-style.js",
16
- "version": "node publish/version.js",
17
- "link-all": "node ./packages/build/link-all.js",
18
- "link-add": "node ./packages/build/link-add.js",
19
- "release": "node packages/build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish",
20
- "release-major": "standard-version --release-as major",
21
- "release-minor": "standard-version --release-as minor",
22
- "release-patch": "standard-version --release-as patch",
23
- "re-publish": "yarn publish --access public"
24
- },
25
- "author": "lambo",
26
- "publishConfig": {
27
- "registry": "https://registry.npmjs.org/"
28
- },
29
- "license": "ISC",
30
- "dependencies": {},
31
- "devDependencies": {
32
- "@babel/core": "^7.12.0",
33
- "@types/node": "^20.11.25",
34
- "@types/webpack": "^5.28.5",
35
- "@vue/cli-plugin-babel": "^3.12.1",
36
- "@vue/cli-plugin-eslint": "^3.0.1",
37
- "@vue/cli-plugin-unit-mocha": "^5.0.1",
38
- "@vue/cli-service": "^3.12.1",
39
- "@vue/eslint-config-standard": "^3.0.0-beta.10",
40
- "@vue/test-utils": "^1.0.0-beta.10",
41
- "axios": "^1.6.8",
42
- "axios-cache-plugin": "^0.1.0",
43
- "babel-eslint": "^10.0.3",
44
- "babel-loader": "9.0.0",
45
- "babel-plugin-component": "^1.1.1",
46
- "babel-plugin-import": "^1.13.3",
47
- "babel-plugin-syntax-dynamic-import": "^6.18.0",
48
- "chai": "^4.1.2",
49
- "classnames": "^2.3.1",
50
- "core-js": "^3.9.0",
51
- "css-loader": "^6.9.0",
52
- "css-minimizer-webpack-plugin": "^7.0.0",
53
- "dayjs": "^1.7.7",
54
- "eslint": "^8.0.0",
55
- "eslint-plugin-cypress": "^2.0.1",
56
- "eslint-plugin-html": "^5.0.0",
57
- "eslint-plugin-node": "^8.0.0",
58
- "eslint-plugin-promise": "^6.5.0",
59
- "eslint-plugin-standard": "^5.0.0",
60
- "eslint-plugin-vue": "^9.20.0",
61
- "file-loader": "^6.1.0",
62
- "gulp": "^4.0.2",
63
- "gulp-autoprefixer": "^8.0.0",
64
- "gulp-clean-css": "^4.3.0",
65
- "gulp-less": "^5.0.0",
66
- "gulp-rename": "^2.0.0",
67
- "gulp-replace": "^1.1.4",
68
- "less": "^3.10.3",
69
- "less-loader": "^11.0.0",
70
- "lint-staged": "^6.0.0",
71
- "lodash": "^4.17.11",
72
- "mini-css-extract-plugin": "^2.9.0",
73
- "postcss-url": "^7.3.0",
74
- "qs": "^6.10.1",
75
- "standard-version": "^9.5.0",
76
- "style-resources-loader": "^1.3.2",
77
- "terser-webpack-plugin": "^5.3.10",
78
- "ts-loader": "^9.5.1",
79
- "typescript": "^5.4.2",
80
- "url-loader": "^4.1.0",
81
- "v-click-outside-x": "^4.1.0",
82
- "v-dragresize": "^1.0.5",
83
- "vcrontab": "^0.3.5",
84
- "vue": "^2.6.12",
85
- "vue-cli-plugin-style-resources-loader": "~0.1.4",
86
- "vue-cropper": "^0.5.5",
87
- "vue-loader": "^15.7.0",
88
- "vue-property-decorator": "^8.5.1",
89
- "vue-router": "^3.4.5",
90
- "vue-template-compiler": "^2.6.12",
91
- "vuex": "^3.0.1",
92
- "webpack": "^5.90.3",
93
- "webpack-cli": "^5.1.4",
94
- "xlsx": "^0.13.3"
95
- }
96
- }
1
+ {
2
+ "name": "@indfnd/common-pro",
3
+ "version": "1.0.96",
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
+ "build": "yarn build:dist && yarn build:style",
14
+ "build:dist": "webpack build",
15
+ "build:style": "gulp --gulpfile packages/build/build-style.js",
16
+ "version": "node publish/version.js",
17
+ "link-all": "node ./packages/build/link-all.js",
18
+ "link-add": "node ./packages/build/link-add.js",
19
+ "release": "node packages/build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish",
20
+ "release-major": "standard-version --release-as major",
21
+ "release-minor": "standard-version --release-as minor",
22
+ "release-patch": "standard-version --release-as patch",
23
+ "re-publish": "yarn publish --access public"
24
+ },
25
+ "author": "lambo",
26
+ "publishConfig": {
27
+ "registry": "https://registry.npmjs.org/"
28
+ },
29
+ "license": "ISC",
30
+ "dependencies": {},
31
+ "devDependencies": {
32
+ "@babel/core": "^7.12.0",
33
+ "@types/node": "^20.11.25",
34
+ "@types/webpack": "^5.28.5",
35
+ "@vue/cli-plugin-babel": "^3.12.1",
36
+ "@vue/cli-plugin-eslint": "^3.0.1",
37
+ "@vue/cli-plugin-unit-mocha": "^5.0.1",
38
+ "@vue/cli-service": "^3.12.1",
39
+ "@vue/eslint-config-standard": "^3.0.0-beta.10",
40
+ "@vue/test-utils": "^1.0.0-beta.10",
41
+ "axios": "^1.6.8",
42
+ "axios-cache-plugin": "^0.1.0",
43
+ "babel-eslint": "^10.0.3",
44
+ "babel-loader": "9.0.0",
45
+ "babel-plugin-component": "^1.1.1",
46
+ "babel-plugin-import": "^1.13.3",
47
+ "babel-plugin-syntax-dynamic-import": "^6.18.0",
48
+ "chai": "^4.1.2",
49
+ "classnames": "^2.3.1",
50
+ "core-js": "^3.9.0",
51
+ "css-loader": "^6.9.0",
52
+ "css-minimizer-webpack-plugin": "^7.0.0",
53
+ "dayjs": "^1.7.7",
54
+ "eslint": "^8.0.0",
55
+ "eslint-plugin-cypress": "^2.0.1",
56
+ "eslint-plugin-html": "^5.0.0",
57
+ "eslint-plugin-node": "^8.0.0",
58
+ "eslint-plugin-promise": "^6.5.0",
59
+ "eslint-plugin-standard": "^5.0.0",
60
+ "eslint-plugin-vue": "^9.20.0",
61
+ "file-loader": "^6.1.0",
62
+ "gulp": "^4.0.2",
63
+ "gulp-autoprefixer": "^8.0.0",
64
+ "gulp-clean-css": "^4.3.0",
65
+ "gulp-less": "^5.0.0",
66
+ "gulp-rename": "^2.0.0",
67
+ "gulp-replace": "^1.1.4",
68
+ "less": "^3.10.3",
69
+ "less-loader": "^11.0.0",
70
+ "lint-staged": "^6.0.0",
71
+ "lodash": "^4.17.11",
72
+ "mini-css-extract-plugin": "^2.9.0",
73
+ "postcss-url": "^7.3.0",
74
+ "qs": "^6.10.1",
75
+ "standard-version": "^9.5.0",
76
+ "style-resources-loader": "^1.3.2",
77
+ "terser-webpack-plugin": "^5.3.10",
78
+ "ts-loader": "^9.5.1",
79
+ "typescript": "^5.4.2",
80
+ "url-loader": "^4.1.0",
81
+ "v-click-outside-x": "^4.1.0",
82
+ "v-dragresize": "^1.0.5",
83
+ "vcrontab": "^0.3.5",
84
+ "vue": "^2.6.12",
85
+ "vue-cli-plugin-style-resources-loader": "~0.1.4",
86
+ "vue-cropper": "^0.5.5",
87
+ "vue-loader": "^15.7.0",
88
+ "vue-property-decorator": "^8.5.1",
89
+ "vue-router": "^3.4.5",
90
+ "vue-template-compiler": "^2.6.12",
91
+ "vuex": "^3.0.1",
92
+ "webpack": "^5.90.3",
93
+ "webpack-cli": "^5.1.4",
94
+ "xlsx": "^0.13.3"
95
+ }
96
+ }