82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "@braks/vue-flow",
|
|
"version": "0.0.16",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcakmakoglu/vue-flow"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
|
|
"homepage": "https://vueflow.dev/",
|
|
"exports": {
|
|
".": "./dist/vue-flow.es.js",
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/vue-flow.es.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/vue-flow.es.js",
|
|
"unpkg": "./dist/vue-flow.iife.js",
|
|
"jsdelivr": "./dist/vue-flow.iife.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepare": "ts-patch install -s",
|
|
"dev": "vite",
|
|
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc && rm -rf tmp",
|
|
"prepublishOnly": "yarn build",
|
|
"test": "exit 0;",
|
|
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
|
"lint": "yarn lint:js"
|
|
},
|
|
"dependencies": {
|
|
"@braks/revue-draggable": "0.2.5",
|
|
"@types/d3": "^7.1.0",
|
|
"@vueuse/core": "^6.6.2",
|
|
"d3": "^7.1.1",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-zoom": "^3.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"pinia": "^2.0.0-rc.14"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.9.0",
|
|
"@rollup/plugin-replace": "^2.4.2",
|
|
"@types/dagre": "^0.7.46",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"@vue/compiler-sfc": "^3.2.21",
|
|
"autoprefixer": "^10.3.7",
|
|
"dagre": "^0.8.5",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"localforage": "^1.10.0",
|
|
"np": "^7.5.0",
|
|
"postcss-nested": "^5.0.6",
|
|
"prettier": "^2.4.1",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"ts-patch": "^2.0.1",
|
|
"typescript": "^4.4.4",
|
|
"typescript-transform-paths": "^3.3.1",
|
|
"unplugin-auto-import": "^0.4.12",
|
|
"vite": "^2.6.10",
|
|
"vite-svg-loader": "^2.2.0",
|
|
"vue": "^3.2.21",
|
|
"vue-router": "^4.0.12",
|
|
"vue-tsc": "^0.29.5"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.21"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://registry.npmjs.org/"
|
|
},
|
|
"np": {
|
|
"branch": "master",
|
|
"yarn": true,
|
|
"message": "v%s"
|
|
}
|
|
}
|