Skip to content

Commit

Permalink
clean up React usage, ensure things build from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 20, 2023
1 parent fc7d3d1 commit 60d1c97
Show file tree
Hide file tree
Showing 23 changed files with 2,947 additions and 2,675 deletions.
8 changes: 1 addition & 7 deletions apps/graph-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
"dependencies": {
"@behave-graph/core": "*",
"@behave-graph/flow": "*",
"@types/three": "0.152.1",
"three": "0.152.2",
"three-stdlib": "^2.22.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"vite": "^4.4.3",
"vite-tsconfig-paths": "^4.2.0"
"@types/three": "0.152.1"
}
}
Loading

0 comments on commit 60d1c97

Please sign in to comment.