feat: 安装悦码报表

This commit is contained in:
sy2084 2024-11-01 13:41:08 +08:00
parent 01023fc14b
commit 82b4fe5607
3 changed files with 27 additions and 6 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
registry=http://sy-registry.shiyue.com

31
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@antv/g2plot": "^2.4.31", "@antv/g2plot": "^2.4.31",
"@sy/y-code-chart": "^1.2.1",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.0",
"ant-design-vue": "^4.1.2", "ant-design-vue": "^4.1.2",
"axios": "^1.6.7", "axios": "^1.6.7",
@ -316,9 +317,9 @@
} }
}, },
"node_modules/@antv/g2plot": { "node_modules/@antv/g2plot": {
"version": "2.4.31", "version": "2.4.32",
"resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.31.tgz", "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.32.tgz",
"integrity": "sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==", "integrity": "sha512-HTBuAMa+PJ6DqY1XCX1GBNTGz/IBmn9lx2xu18NQSHtgXAIHWSF+WYs7Aj8iaujcapM8g+IPgjS6ObO1u9CbFg==",
"dependencies": { "dependencies": {
"@antv/color-util": "^2.0.6", "@antv/color-util": "^2.0.6",
"@antv/event-emitter": "^0.1.2", "@antv/event-emitter": "^0.1.2",
@ -1873,6 +1874,15 @@
"nanopop": "^2.1.0" "nanopop": "^2.1.0"
} }
}, },
"node_modules/@sy/y-code-chart": {
"version": "1.2.1",
"resolved": "http://sy-registry.shiyue.com/@sy/y-code-chart/-/y-code-chart-1.2.1.tgz",
"integrity": "sha512-5YN5SLarCWfEhv2Nq3rdDP+/I5BRP/x3S+Ix1n91KuCvmI8+Y6e2k+lFbMKIxjQ21vDQGHQakvRxezlsvWppWw==",
"dependencies": {
"@antv/g2plot": "^2.4.32",
"@vueuse/core": "^10.11.0"
}
},
"node_modules/@tsconfig/node20": { "node_modules/@tsconfig/node20": {
"version": "20.1.4", "version": "20.1.4",
"resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz", "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz",
@ -7351,9 +7361,9 @@
} }
}, },
"@antv/g2plot": { "@antv/g2plot": {
"version": "2.4.31", "version": "2.4.32",
"resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.31.tgz", "resolved": "http://sy-registry.shiyue.com/@antv/g2plot/-/g2plot-2.4.32.tgz",
"integrity": "sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==", "integrity": "sha512-HTBuAMa+PJ6DqY1XCX1GBNTGz/IBmn9lx2xu18NQSHtgXAIHWSF+WYs7Aj8iaujcapM8g+IPgjS6ObO1u9CbFg==",
"requires": { "requires": {
"@antv/color-util": "^2.0.6", "@antv/color-util": "^2.0.6",
"@antv/event-emitter": "^0.1.2", "@antv/event-emitter": "^0.1.2",
@ -8367,6 +8377,15 @@
"nanopop": "^2.1.0" "nanopop": "^2.1.0"
} }
}, },
"@sy/y-code-chart": {
"version": "1.2.1",
"resolved": "http://sy-registry.shiyue.com/@sy/y-code-chart/-/y-code-chart-1.2.1.tgz",
"integrity": "sha512-5YN5SLarCWfEhv2Nq3rdDP+/I5BRP/x3S+Ix1n91KuCvmI8+Y6e2k+lFbMKIxjQ21vDQGHQakvRxezlsvWppWw==",
"requires": {
"@antv/g2plot": "^2.4.32",
"@vueuse/core": "^10.11.0"
}
},
"@tsconfig/node20": { "@tsconfig/node20": {
"version": "20.1.4", "version": "20.1.4",
"resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz", "resolved": "https://registry.npmmirror.com/@tsconfig/node20/-/node20-20.1.4.tgz",

View File

@ -13,6 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@antv/g2plot": "^2.4.31", "@antv/g2plot": "^2.4.31",
"@sy/y-code-chart": "^1.2.1",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.0",
"ant-design-vue": "^4.1.2", "ant-design-vue": "^4.1.2",
"axios": "^1.6.7", "axios": "^1.6.7",