Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi2410 committed Jan 18, 2025
1 parent 90e6edc commit cb98531
Show file tree
Hide file tree
Showing 13 changed files with 1,698 additions and 895 deletions.
31 changes: 31 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}
503 changes: 503 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,35 @@
"tauri": "tauri"
},
"dependencies": {
"@blockly/block-shareable-procedures": "^5.0.9",
"@blockly/theme-dark": "^7.0.7",
"@fontsource-variable/inter": "^5.1.0",
"@iconify-json/tabler": "^1.2.7",
"@blockly/block-shareable-procedures": "^5.0.12",
"@blockly/theme-dark": "^7.0.10",
"@fontsource-variable/inter": "^5.1.1",
"@iconify-json/tabler": "^1.2.14",
"@mit-app-inventor/blockly-block-lexical-variables": "^2.0.3",
"@primevue/themes": "^4.2.1",
"@tabler/icons-vue": "^3.21.0",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-store": "~2",
"@vueuse/core": "^11.2.0",
"blockly": "^11.1.1",
"@primevue/themes": "^4.2.5",
"@tabler/icons-vue": "^3.28.1",
"@tauri-apps/api": "2.2.0",
"@tauri-apps/plugin-fs": "~2.2.0",
"@tauri-apps/plugin-global-shortcut": "~2.2.0",
"@tauri-apps/plugin-os": "~2.2.0",
"@tauri-apps/plugin-shell": "~2.2.0",
"@tauri-apps/plugin-store": "~2.2.0",
"@vueuse/core": "^12.4.0",
"blockly": "^11.2.1",
"dayjs": "^1.11.13",
"element-plus": "^2.8.7",
"pinia": "^2.2.6",
"primevue": "^4.2.1",
"unplugin-icons": "^0.20.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"element-plus": "^2.9.3",
"pinia": "^2.3.0",
"primevue": "^4.2.5",
"unplugin-icons": "^22.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
"@biomejs/biome": "1.9.4",
"@tauri-apps/cli": "2.2.5",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit cb98531

Please sign in to comment.