This repository was archived by the owner on Feb 21, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.41 KB
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
42
43
44
45
46
47
48
49
{
"name": "webide",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"lint": "prettier --plugin prettier-plugin-svelte --check . && eslint .",
"format": "prettier --write --plugin prettier-plugin-svelte ."
},
"devDependencies": {
"@asm80/core": "github:asm80/asm80-core",
"@asm80/filesystem": "^1.0.6",
"@auth/core": "^0.28.0",
"@auth/sveltekit": "^0.14.0",
"@ltd/j-toml": "^1.38.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.21",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"jszip": "^3.10.1",
"monaco-editor": "^0.52.2",
"mongodb": "^6.5.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"sass": "^1.71.1",
"svelte": "^4.2.19",
"svelte-check": "^3.6.2",
"svelte-dialogs": "github:asm80/svelte-dialogs",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.4.19",
"vite-plugin-devtools-json": "^0.2.0",
"vitest": "^1.0.0"
},
"type": "module",
"dependencies": {
"svelte-file-dropzone": "^2.0.4"
}
}