12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "@antv/x6-vue-shape",
- "version": "2.1.2",
- "description": "X6 shape for rendering vue components.",
- "main": "lib/index.js",
- "module": "es/index.js",
- "unpkg": "dist/index.js",
- "jsdelivr": "dist/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "dist",
- "es",
- "lib",
- "src"
- ],
- "keywords": [
- "shape",
- "vue",
- "render",
- "x6",
- "antv"
- ],
- "dependencies": {
- "vue-demi": "latest"
- },
- "peerDependencies": {
- "@antv/x6": "^2.x",
- "@vue/composition-api": "^1.0.0-rc.1",
- "vue": "^2.0.0 || >=3.0.0"
- },
- "peerDependenciesMeta": {
- "@vue/composition-api": {
- "optional": true
- }
- },
- "devDependencies": {
- "@antv/x6": "^2.x",
- "vue": "^3.0.0"
- },
- "author": {
- "name": "bubkoo",
- "email": "bubkoo.wy@gmail.com"
- },
- "license": "MIT",
- "homepage": "https://x6.antv.antgroup.com/tutorial/intermediate/vue",
- "bugs": {
- "url": "https://github.com/antvis/x6/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/antvis/x6.git",
- "directory": "packages/x6-vue-shape"
- },
- "publishConfig": {
- "access": "public",
- "registry": "https://registry.npmjs.org"
- },
- "scripts": {
- "clean:turbo": "rss",
- "clean:build": "rss",
- "clean:coverage": "rss",
- "clean": "rss",
- "build:esm": "rss",
- "build:cjs": "rss",
- "build:umd": "rss",
- "build:dev": "rss",
- "build:watch": "rss",
- "build:watch:esm": "rss",
- "build:watch:cjs": "rss",
- "build": "rss",
- "prebuild": "rss",
- "test": "rss",
- "coveralls": "rss",
- "pretest": "rss"
- }
- }
|