-
Notifications
You must be signed in to change notification settings - Fork 469
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.34 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@visactor/vtable-plugins",
"version": "1.19.5",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
"url": "https://VisActor.io/"
},
"license": "MIT",
"sideEffects": false,
"main": "cjs/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"cjs",
"es",
"dist"
],
"exports": {
".": {
"require": "./cjs/index.js",
"import": "./es/index.js"
}
},
"scripts": {
"demo": "vite ./demo",
"build": "bundle --clean"
},
"unpkg": "latest",
"unpkgFiles": [
"dist/vtable-exporter.js"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@visactor/vutils": "~0.19.1",
"lodash": "4.17.21",
"big.js": "6.2.2",
"exceljs": "4.4.0"
},
"peerDependencies": {
"@visactor/vtable": "workspace:*"
},
"devDependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-gantt": "workspace:*",
"@visactor/vchart": "2.0.2",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@rushstack/eslint-patch": "~1.1.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "3.1.0",
"eslint": "~8.18.0",
"vite": "3.2.6",
"typescript": "4.9.5",
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@types/chai": "4.2.22",
"@types/jest": "^26.0.0",
"@types/mocha": "9.0.0",
"@types/node": "*",
"@types/offscreencanvas": "2019.6.4",
"chai": "4.3.4",
"jest": "^26.0.0",
"jest-electron": "^0.1.12",
"jest-transform-stub": "^2.0.0",
"magic-string": "^0.25.7",
"mocha": "9.1.3",
"postcss": "8.4.21",
"rimraf": "3.0.2",
"sass": "1.43.5",
"ts-jest": "^26.0.0",
"ts-loader": "9.2.6",
"ts-node": "10.9.0",
"tslib": "2.3.1",
"ttypescript": "1.5.13",
"typescript-transform-paths": "3.3.1",
"json-formatter-js": "^2.3.4",
"inversify": "6.0.1",
"vite-plugin-markdown": "^2.1.0",
"markdown-it": "^13.0.0",
"node-fetch": "2.6.7",
"form-data": "~4.0.0",
"axios": "^1.4.0",
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0",
"@types/lodash": "4.14.182"
}
}