-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 998 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 998 Bytes
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": "glass",
"version": "0.0.1",
"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"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@tsconfig/svelte": "^4.0.1",
"@types/cookie": "^0.5.1",
"@types/dropzone": "^5.7.4",
"svelte": "^3.54.0",
"svelte-check": "^3.3.2",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.4.1",
"typescript": "^5.0.4",
"vite": "^4.3.0"
},
"type": "module",
"dependencies": {
"@clerk/clerk-js": "^4.44.0",
"axios": "^1.4.0",
"dropzone": "6.0.0-beta.2",
"monaco-editor": "^0.45.0",
"sass": "^1.62.1",
"socket.io-client": "^4.7.2",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.8.0"
}
}