{ "name": "vueflow", "version": "1.0.0", "private": true, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "repository": { "type": "git", "url": "git+https://github.com/bcakmakoglu/vue-flow" }, "homepage": "https://github.com/bcakmakoglu/vue-flow#readme", "bugs": { "url": "https://github.com/bcakmakoglu/vue-flow/issues" }, "main": "./dist/vue-flow.js", "module": "./dist/vue-flow.mjs", "types": "./dist/index.d.ts", "unpkg": "./dist/vue-flow.iife.js", "jsdelivr": "./dist/vue-flow.iife.js", "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "vite build", "types": "tsc && shx rm -rf tmp && pnpm lint:dist", "theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css", "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": "^3.2.25" }, "dependencies": { "@vue-flow/background": "workspace:*", "@vue-flow/controls": "workspace:*", "@vue-flow/core": "workspace:*", "@vue-flow/minimap": "workspace:*" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", "@tooling/tsconfig": "workspace:*", "@tooling/vite-config": "workspace:*", "autoprefixer": "^10.4.13", "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "postcss-nested": "^6.0.1", "vite": "^4.1.4", "vue": "^3.2.25" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }