forked from lloydzhou/vue-x6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 KB
/
package.json
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
{
"name": "vue-x6",
"version": "1.0.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only tsd",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"tsd": "tsc -d --skipLibCheck --emitDeclarationOnly --jsx preserve --esModuleInterop --lib es2017,DOM --declarationDir dist src/lib/index.ts",
"preview": "vite preview"
},
"files": [
"dist"
],
"keywords": [
"antv",
"x6",
"graph",
"svg",
"react",
"typescript"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "lloydzhou",
"license": "MIT",
"homepage": "https://github.com/lloydzhou/vue-x6",
"repository": {
"type": "git",
"url": "[email protected]:lloydzhou/vue-x6.git"
},
"peerDependencies": {
"@antv/x6": "^2.5.1",
"vue": "^3.2.45"
},
"devDependencies": {
"@antv/x6": "^2.5.2",
"@antv/x6-plugin-snapline": "^2.1.6",
"@antv/x6-vue-shape": "^2.0.10",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"element-plus": "^2.3.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
}
}