55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@vue-flow/minimap",
|
|
"version": "1.0.3",
|
|
"private": false,
|
|
"license": "MIT",
|
|
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bcakmakoglu/vue-flow/packages/plugins/minimap"
|
|
},
|
|
"homepage": "https://github.com/bcakmakoglu/vue-flow#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/bcakmakoglu/vue-flow/issues"
|
|
},
|
|
"main": "./dist/vue-flow-minimap.js",
|
|
"module": "./dist/vue-flow-minimap.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"unpkg": "./dist/vue-flow-minimap.iife.js",
|
|
"jsdelivr": "./dist/vue-flow-minimap.iife.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"types": "vue-tsc --declaration --emitDeclarationOnly && pnpm lint:dist",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix .",
|
|
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
|
|
"test": "exit 0"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue-flow/core": "^1.12.2",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"dependencies": {
|
|
"d3-selection": "^3.0.0",
|
|
"d3-zoom": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3-selection": "^3.0.3",
|
|
"@types/d3-zoom": "^3.0.1",
|
|
"@vue-flow/core": "workspace:*",
|
|
"@vue-flow/eslint-config": "workspace:*",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"unplugin-auto-import": "^0.14.4",
|
|
"vite": "^4.1.3",
|
|
"vite-plugin-vue-type-imports": "^0.2.4",
|
|
"vue-tsc": "^1.1.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|