Files
vue-flow/packages/node-resizer/package.json
github-actions[bot] 585f1e8d6a chore: bump versions
2023-02-24 20:07:13 +01:00

56 lines
1.6 KiB
JSON

{
"name": "@vue-flow/node-resizer",
"version": "1.2.2",
"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/node-resizer"
},
"homepage": "https://github.com/bcakmakoglu/vue-flow#readme",
"bugs": {
"url": "https://github.com/bcakmakoglu/vue-flow/issues"
},
"main": "./dist/vue-flow-node-resizer.js",
"module": "./dist/vue-flow-node-resizer.mjs",
"types": "./dist/index.d.ts",
"unpkg": "./dist/vue-flow-node-resizer.iife.js",
"jsdelivr": "./dist/vue-flow-node-resizer.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 --ignore-pattern !**/* ./dist",
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2",
"vue": "^3.2.37"
},
"dependencies": {
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@vue-flow/core": "workspace:*",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}