55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "@vue-flow/resize-rotate-node",
|
|
"version": "0.0.3",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcakmakoglu/vue-flow/tree/master/packages/resize-rotate-node"
|
|
},
|
|
"homepage": "https://github.com/bcakmakoglu/vue-flow/tree/master/packages/resize-rotate-node#readme",
|
|
"license": "MIT",
|
|
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
|
|
"main": "./dist/vue-flow-resize-rotate-node.cjs.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/vue-flow-resize-rotate-node.es.js",
|
|
"unpkg": "./dist/vue-flow-resize-rotate-node.iife.js",
|
|
"jsdelivr": "./dist/vue-flow-resize-rotate-node.iife.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepare": "ts-patch install -s",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
|
|
"postbuild": "shx rm -rf tmp",
|
|
"prepublishOnly": "pnpm build",
|
|
"test": "exit 0;",
|
|
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
|
"lint": "pnpm lint:js",
|
|
"release": "pnpm publish"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^8.9.4",
|
|
"vue3-moveable": "^0.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"@vue-flow/core": "workspace:*",
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
|
"ts-patch": "^2.0.1",
|
|
"typescript-transform-paths": "^3.3.1",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"vite": "^2.9.15",
|
|
"vite-plugin-vue-type-imports": "0.2.0",
|
|
"vue-tsc": "^0.40.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue-flow/core": "^0.4.41",
|
|
"vue": "^3.2.25"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|