-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jigsaw",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@blockly/block-shareable-procedures": "^4.1.2",
"@blockly/theme-dark": "^6.0.6",
"@fontsource-variable/inter": "^5.0.17",
"@iconify-json/tabler": "^1.1.109",
"@mit-app-inventor/blockly-block-lexical-variables": "^2.0.2",
"@tabler/icons-vue": "^3.1.0",
"@tauri-apps/api": "2.0.0-beta.6",
"@tauri-apps/plugin-fs": "2.0.0-beta.2",
"@tauri-apps/plugin-os": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": "2.0.0-beta.2",
"@tauri-apps/plugin-store": "2.0.0-beta.2",
"@vueuse/core": "^10.9.0",
"blockly": "^10.4.3",
"dayjs": "^1.11.10",
"element-plus": "^2.6.3",
"pinia": "^2.1.7",
"primevue": "^4.0.0-beta.1",
"unplugin-icons": "^0.18.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.8",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"vue-tsc": "^2.0.7"
}
}