Files
xyflow/package.json
2022-07-26 18:20:52 +02:00

40 lines
985 B
JSON

{
"name": "react-flow",
"version": "11.0.0",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"repository": "git@github.com:wbkd/react-flow.git",
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
],
"private": true,
"scripts": {
"dev": "preconstruct watch",
"postinstall": "preconstruct dev",
"build": "preconstruct build",
"test": "cypress run --browser chrome"
},
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@preconstruct/cli": "^2.1.8",
"autoprefixer": "^10.4.7",
"cypress": "^10.3.1",
"postcss": "^8.4.14",
"postcss-nested": "^5.0.6",
"typescript": "^4.7.4"
},
"preconstruct": {
"packages": [
"packages/*"
]
}
}