@baosight/erm 1.6.6 → 1.6.8

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,81 +1,81 @@
1
- {
2
- "name": "@baosight/erm",
3
- "version": "1.6.6",
4
- "description": "Baosight Erm Framework",
5
- "module": "lib/index.esm.js",
6
- "typings": "lib/index.d.ts",
7
- "keywords": [],
8
- "author": "",
9
- "license": "MIT",
10
- "publishConfig": {
11
- "access": "public"
12
- },
13
- "scripts": {
14
- "dev": "vite --host --mode dev",
15
- "serve": "vue-cli-service serve",
16
- "build": "npm run build:clean && npm run build:lib && npm run build:esm-bundle && rimraf lib/demo.html && rimraf lib/*.js.map && rimraf lib/index.common.js && rimraf lib/index.umd.js && rimraf lib/index.umd.min.js",
17
- "build:clean": "rimraf lib",
18
- "build:lib": "vue-cli-service build --target lib --name index --dest lib packages/index.ts",
19
- "build:esm-bundle": "rollup --config rollup.config.js",
20
- "upload": "npm publish --access=public",
21
- "deploy": "bash build/baosight.erm.sh",
22
- "clean": "rimraf package-lock.json && rimraf node_modules",
23
- "link:lib": "yarn build && yalc publish -push",
24
- "commit": "cz",
25
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
26
- },
27
- "dependencies": {
28
- "@baosight/efm": "^1.0.50",
29
- "@baosight/ei": "^1.0.8",
30
- "@rollup/plugin-image": "3.0.3",
31
- "@vant/area-data": "1.3.1",
32
- "ag-grid-community": "32.0.2",
33
- "ag-grid-vue3": "32.0.2",
34
- "axios": "0.26.1",
35
- "core-js": "^3.6.5",
36
- "jquery": "3.6.0",
37
- "jsencrypt": "^3.3.2",
38
- "lodash": "4.17.21",
39
- "moment": "2.29.4",
40
- "pinia": "2.1.4",
41
- "stylus-loader": "^8.1.1",
42
- "vant": "3.6.11",
43
- "vue": "3.4.37",
44
- "vue-router": "4.1.3"
45
- },
46
- "devDependencies": {
47
- "@rollup/plugin-commonjs": "22.0.0",
48
- "@rollup/plugin-node-resolve": "13.1.3",
49
- "@rollup/plugin-url": "7.0.0",
50
- "@types/jquery": "3.5.14",
51
- "@types/lodash": "4.14.197",
52
- "@vue/cli-plugin-babel": "5.0.3",
53
- "@vue/cli-plugin-typescript": "^5.0.3",
54
- "@vue/cli-service": "5.0.8",
55
- "@vue/compiler-sfc": "^3.0.0",
56
- "cz-conventional-changelog": "3.3.0",
57
- "rollup": "2.70.1",
58
- "rollup-plugin-copy": "3.4.0",
59
- "rollup-plugin-postcss": "4.0.2",
60
- "rollup-plugin-scss": "3.0.0",
61
- "rollup-plugin-terser": "7.0.2",
62
- "rollup-plugin-typescript2": "0.31.2",
63
- "rollup-plugin-uglify": "6.0.4",
64
- "rollup-plugin-vue": "6.0.0",
65
- "sass": "1.66.0",
66
- "sass-loader": "8.0.2",
67
- "typescript": "4.9.5"
68
- },
69
- "repository": {
70
- "type": "git",
71
- "url": "http://10.70.71.36/ERM/erm.git"
72
- },
73
- "files": [
74
- "lib/*"
75
- ],
76
- "config": {
77
- "commitizen": {
78
- "path": "./node_modules/cz-conventional-changelog"
79
- }
80
- }
81
- }
1
+ {
2
+ "name": "@baosight/erm",
3
+ "version": "1.6.8",
4
+ "description": "Baosight Erm Framework",
5
+ "module": "lib/index.esm.js",
6
+ "typings": "lib/index.d.ts",
7
+ "keywords": [],
8
+ "author": "",
9
+ "license": "MIT",
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "scripts": {
14
+ "dev": "vite --host --mode dev",
15
+ "serve": "vue-cli-service serve",
16
+ "build": "npm run build:clean && npm run build:lib && npm run build:esm-bundle && rimraf lib/demo.html && rimraf lib/index.common.js.map && rimraf lib/index.umd.js.map && rimraf lib/index.umd.min.js.map && rimraf lib/index.common.js && rimraf lib/index.umd.js && rimraf lib/index.umd.min.js",
17
+ "build:clean": "rimraf lib",
18
+ "build:lib": "vue-cli-service build --target lib --name index --dest lib packages/index.ts",
19
+ "build:esm-bundle": "rollup --config rollup.config.js",
20
+ "upload": "npm publish --access=public",
21
+ "deploy": "bash build/baosight.erm.sh",
22
+ "clean": "rimraf package-lock.json && rimraf node_modules",
23
+ "link:lib": "yarn build && yalc publish -push",
24
+ "commit": "cz",
25
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
26
+ },
27
+ "dependencies": {
28
+ "@baosight/efm": "^1.0.50",
29
+ "@baosight/ei": "^1.0.8",
30
+ "@rollup/plugin-image": "3.0.3",
31
+ "@vant/area-data": "1.3.1",
32
+ "ag-grid-community": "32.0.2",
33
+ "ag-grid-vue3": "32.0.2",
34
+ "axios": "0.26.1",
35
+ "core-js": "^3.6.5",
36
+ "jquery": "3.6.0",
37
+ "jsencrypt": "^3.3.2",
38
+ "lodash": "4.17.21",
39
+ "moment": "2.29.4",
40
+ "pinia": "2.1.4",
41
+ "stylus-loader": "^8.1.1",
42
+ "vant": "3.6.11",
43
+ "vue": "3.4.37",
44
+ "vue-router": "4.1.3"
45
+ },
46
+ "devDependencies": {
47
+ "@rollup/plugin-commonjs": "22.0.0",
48
+ "@rollup/plugin-node-resolve": "13.1.3",
49
+ "@rollup/plugin-url": "7.0.0",
50
+ "@types/jquery": "3.5.14",
51
+ "@types/lodash": "4.14.197",
52
+ "@vue/cli-plugin-babel": "5.0.3",
53
+ "@vue/cli-plugin-typescript": "^5.0.3",
54
+ "@vue/cli-service": "5.0.8",
55
+ "@vue/compiler-sfc": "^3.0.0",
56
+ "cz-conventional-changelog": "3.3.0",
57
+ "rollup": "2.70.1",
58
+ "rollup-plugin-copy": "3.4.0",
59
+ "rollup-plugin-postcss": "4.0.2",
60
+ "rollup-plugin-scss": "3.0.0",
61
+ "rollup-plugin-terser": "7.0.2",
62
+ "rollup-plugin-typescript2": "0.31.2",
63
+ "rollup-plugin-uglify": "6.0.4",
64
+ "rollup-plugin-vue": "6.0.0",
65
+ "sass": "1.66.0",
66
+ "sass-loader": "8.0.2",
67
+ "typescript": "4.9.5"
68
+ },
69
+ "repository": {
70
+ "type": "git",
71
+ "url": "http://10.70.71.36/ERM/erm.git"
72
+ },
73
+ "files": [
74
+ "lib/*"
75
+ ],
76
+ "config": {
77
+ "commitizen": {
78
+ "path": "./node_modules/cz-conventional-changelog"
79
+ }
80
+ }
81
+ }
package/CHANGELOG.md DELETED
File without changes