1 Star 0 Fork 0

Asshead/reactflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Asshead 提交于 2023-05-14 22:59 . first commit
{
"name": "my-packages-name",
"private": true,
"version": "0.0.0",
"type": "module",
"files": [
"lib"
],
"main": "./lib/packages.umd.cjs",
"module": "./lib/packages.js",
"typings": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/packages.js",
"require": "./lib/packages.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"classnames": "^2.3.1",
"lodash-es": "^4.17.21",
"reactflow": "^11.7.0"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.15",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react": "^18.x",
"react-dom": "^18.x",
"stylelint": "^14.8.5",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"typescript": "^4.7.4",
"vite": "^3.x"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ljtao0/reactflow.git
git@gitee.com:ljtao0/reactflow.git
ljtao0
reactflow
reactflow
master

搜索帮助