-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
42
{
"name": "app",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"build": "yarn check && vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"dev": "vite dev",
"preview": "vite preview"
},
"dependencies": {
"@neoconfetti/svelte": "^2.2.1",
"@webcontainer/api": "^1.4.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"chalk": "^5.3.0",
"monaco-editor": "^0.52.0"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@iconify-json/ri": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.8",
"@sveltejs/adapter-node": "^5.2.8",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"lessons": "workspace:^",
"mdsvex": "^0.12.3",
"modern-normalize": "^3.0.1",
"rehype-external-links": "^3.0.0",
"sass": "^1.80.2",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.9"
},
"volta": {
"extends": "../../package.json"
}
}