chore(packages): adjust names

This commit is contained in:
moklick
2022-08-29 10:35:25 +02:00
parent 7b8b368572
commit 37bf0c48d7
63 changed files with 101 additions and 205 deletions
+3 -3
View File
@@ -5,19 +5,19 @@
"license": "MIT",
"scripts": {
"dev": "next dev",
"copystyles": "cp ../../node_modules/@react-flow/bundle/dist/style.css ./styles/rf-style.css && cp ../../node_modules/@react-flow/bundle/dist/base.css ./styles/rf-base.css",
"copystyles": "cp ../../node_modules/reactflow/dist/style.css ./styles/rf-style.css && cp ../../node_modules/reactflow/dist/base.css ./styles/rf-base.css",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@preconstruct/next": "^4.0.0",
"@react-flow/bundle": "workspace:*",
"dagre": "^0.8.5",
"localforage": "^1.10.0",
"next": "12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"reactflow": "workspace:*"
},
"devDependencies": {
"@types/dagre": "^0.7.47",