Skip to content

Commit

Permalink
Blockly works
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 24, 2024
1 parent 0444f90 commit db5ca2c
Show file tree
Hide file tree
Showing 16 changed files with 1,166 additions and 43 deletions.
5 changes: 4 additions & 1 deletion src-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@blockly/field-multilineinput": "^5.0.10",
"@blockly/field-colour": "^5.0.9",
"@craco/craco": "^7.1.0",
"@devbookhq/splitter": "^1.4.2",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand Down Expand Up @@ -46,7 +48,8 @@
"start": "craco start",
"lint": "eslint -c eslint.config.mjs",
"build": "craco build",
"tsc": "tsc -p tsconfig.json"
"tsc": "tsc -p tsconfig.json",
"npm": "npm i -f"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
390 changes: 350 additions & 40 deletions src-editor/src/Components/BlocklyEditor.tsx

Large diffs are not rendered by default.

Loading

0 comments on commit db5ca2c

Please sign in to comment.