chore(packages): cleanup package.jsons and readme files

This commit is contained in:
moklick
2022-08-17 12:45:15 +02:00
parent 86ea34b470
commit 0d269b74e7
9 changed files with 287 additions and 178 deletions
+19 -2
View File
@@ -1,15 +1,32 @@
{
"name": "@react-flow/controls",
"version": "11.0.0",
"description": "A component to control the viewport of a React Flow instance",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
"node-based UI",
"graph",
"diagram",
"workflow",
"react-flow"
],
"files": [
"dist"
],
"main": "dist/react-flow-controls.cjs.js",
"module": "dist/react-flow-controls.esm.js",
"sideEffects": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wbkd/react-flow.git",
"directory": "packages/controls"
},
"scripts": {
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@react-flow/core": "^11.0.0",
"@react-flow/core": "workspace:*",
"classcat": "^5.0.3"
},
"peerDependencies": {