-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1022 Bytes
/
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
{
"name": "ac-quest-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.0"
},
"dependencies": {
"@blockly/theme-dark": "^6.0.5",
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.11",
"@oneidentity/zstd-js": "^1.0.3",
"@panzoom/panzoom": "^4.5.1",
"@tabler/icons-svelte": "^2.47.0",
"blockly": "^10.4.1",
"encoding-japanese": "^2.0.0",
"fflate": "^0.8.2",
"i": "^0.3.7",
"npm": "^10.5.0"
}
}