@visactor/vchart-aurora-theme 0.0.1 → 1.12.3-alpha.4
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-aurora-theme",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.12.3-alpha.4",
|
|
4
4
|
"description": "Extended themes for VChart",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,32 +12,15 @@
|
|
|
12
12
|
"build",
|
|
13
13
|
"public"
|
|
14
14
|
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"compile": "tsc --noEmit",
|
|
17
|
-
"eslint": "eslint --debug --fix src/",
|
|
18
|
-
"build": "bundle && npm run export",
|
|
19
|
-
"export": "ts-node scripts/export-theme.ts",
|
|
20
|
-
"dev": "bundle --clean -f es -w",
|
|
21
|
-
"start": "vite serve demo",
|
|
22
|
-
"test": "jest",
|
|
23
|
-
"test-cov": "jest -w 16 --coverage",
|
|
24
|
-
"test-live": "npm run test-watch __tests__/unit/",
|
|
25
|
-
"test-watch": "DEBUG_MODE=1 jest --watch"
|
|
26
|
-
},
|
|
27
15
|
"peerDependencies": {
|
|
28
16
|
"@visactor/vchart": ">=1.10.4"
|
|
29
17
|
},
|
|
30
18
|
"dependencies": {
|
|
31
|
-
"@visactor/vchart-theme-utils": "1.12.3"
|
|
19
|
+
"@visactor/vchart-theme-utils": "1.12.3-alpha.4"
|
|
32
20
|
},
|
|
33
21
|
"devDependencies": {
|
|
34
22
|
"@esbuild-plugins/node-globals-polyfill": "0.1.1",
|
|
35
23
|
"@esbuild-plugins/node-modules-polyfill": "0.1.4",
|
|
36
|
-
"@internal/bundler": "workspace:*",
|
|
37
|
-
"@internal/eslint-config": "workspace:*",
|
|
38
|
-
"@internal/ts-config": "workspace:*",
|
|
39
|
-
"@internal/jest-config": "workspace:*",
|
|
40
|
-
"@internal/chart-demo": "workspace:*",
|
|
41
24
|
"jest": "~29.5.0",
|
|
42
25
|
"@jest/globals": "~29.5.0",
|
|
43
26
|
"ts-jest": "~29.1.0",
|
|
@@ -67,7 +50,12 @@
|
|
|
67
50
|
"@visactor/react-vchart": "1.12.1",
|
|
68
51
|
"@douyinfe/semi-ui": "^2.51.3",
|
|
69
52
|
"@douyinfe/semi-icons": "latest",
|
|
70
|
-
"@douyinfe/semi-icons-lab": "latest"
|
|
53
|
+
"@douyinfe/semi-icons-lab": "latest",
|
|
54
|
+
"@internal/bundler": "0.0.1",
|
|
55
|
+
"@internal/ts-config": "0.0.1",
|
|
56
|
+
"@internal/jest-config": "0.0.1",
|
|
57
|
+
"@internal/eslint-config": "0.0.1",
|
|
58
|
+
"@internal/chart-demo": "0.0.1"
|
|
71
59
|
},
|
|
72
60
|
"publishConfig": {
|
|
73
61
|
"access": "public"
|
|
@@ -83,5 +71,17 @@
|
|
|
83
71
|
"name": "VisActor",
|
|
84
72
|
"url": "https://www.visactor.io/"
|
|
85
73
|
},
|
|
86
|
-
"license": "MIT"
|
|
87
|
-
|
|
74
|
+
"license": "MIT",
|
|
75
|
+
"scripts": {
|
|
76
|
+
"compile": "tsc --noEmit",
|
|
77
|
+
"eslint": "eslint --debug --fix src/",
|
|
78
|
+
"build": "bundle && npm run export",
|
|
79
|
+
"export": "ts-node scripts/export-theme.ts",
|
|
80
|
+
"dev": "bundle --clean -f es -w",
|
|
81
|
+
"start": "vite serve demo",
|
|
82
|
+
"test": "jest",
|
|
83
|
+
"test-cov": "jest -w 16 --coverage",
|
|
84
|
+
"test-live": "npm run test-watch __tests__/unit/",
|
|
85
|
+
"test-watch": "DEBUG_MODE=1 jest --watch"
|
|
86
|
+
}
|
|
87
|
+
}
|