{ "name": "@braks/revue-flow", "version": "0.0.16", "private": false, "repository": { "type": "git", "url": "https://github.com/bcakmakoglu/revue-flow" }, "license": "MIT", "author": "Burak Cakmakoglu", "main": "dist/index.js", "module": "dist/revue-flow.es.js", "types": "dist/index.d.ts", "files": [ "dist", "nocss" ], "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build && yarn build:dist", "build:dist": "rollup -c --environment NODE_ENV:production", "build:app": "vite build -c vite.config.app.ts", "serve": "vite preview", "prepublishOnly": "yarn build", "test": "exit 0;", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint": "yarn lint:js" }, "dependencies": { "@types/d3": "^7.0.0", "d3": "^7.0.0", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0", "fast-deep-equal": "^3.1.3", "pinia": "^2.0.0-beta.3", "vue-demi": "latest" }, "devDependencies": { "@babel/core": "^7.14.6", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^2.4.2", "@svgr/rollup": "^5.5.0", "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", "@vitejs/plugin-vue": "^1.2.3", "@vitejs/plugin-vue-jsx": "^1.1.6", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "^3.0.5", "@vue/eslint-config-typescript": "^7.0.0", "autoprefixer": "^10.2.6", "babel-eslint": "latest", "eslint": "^7.29.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.12.1", "np": "^7.5.0", "postcss": "^8.3.5", "postcss-cli": "^8.3.1", "postcss-nested": "^5.0.5", "prettier": "^2.2.1", "rollup": "^2.52.2", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.3.5", "vite": "^2.3.8", "vue-tsc": "^0.0.24", "vue": "^3.0.5" }, "peerDependencies": { "@vue/composition-api": "^1.0.0-rc.13", "vue": "^2.6.0 || >=3.0.5" }, "publishConfig": { "access": "public", "registry": "http://registry.npmjs.org/" }, "np": { "branch": "master", "yarn": true, "message": "v%s" } }