-
Notifications
You must be signed in to change notification settings - Fork 245
/
package.json
73 lines (73 loc) · 2.19 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "learn.svelte.dev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "node scripts/create-common-bundle && vite build",
"preview": "vite preview",
"test": "npm run build && playwright test",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/site-kit": "6.0.0-next.64",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/diff": "^5.0.3",
"@types/prismjs": "^1.26.0",
"@types/ws": "^8.5.5",
"browserslist": "^4.21.10",
"diff": "^5.1.0",
"esbuild": "^0.19.2",
"lightningcss": "^1.21.7",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"shiki-twoslash": "^3.1.2",
"svelte": "^4.2.0",
"svelte-check": "^3.7.1",
"tiny-glob": "^0.2.9",
"typescript": "^5.3.3",
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/lint": "^6.4.1",
"@codemirror/search": "^6.5.2",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.17.1",
"@fontsource/roboto-mono": "^5.0.8",
"@lezer/common": "^1.0.4",
"@lezer/highlight": "^1.1.6",
"@lezer/javascript": "^1.4.7",
"@lezer/lr": "^1.3.10",
"@replit/codemirror-lang-svelte": "^6.0.0",
"@replit/codemirror-vim": "^6.0.14",
"@rich_harris/svelte-split-pane": "^1.1.3",
"@sveltejs/repl": "^0.6.0",
"@vercel/speed-insights": "^1.0.0",
"@webcontainer/api": "^1.1.5",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"base64-js": "^1.5.1",
"codemirror": "^6.0.1",
"flexsearch": "^0.7.31",
"marked": "^8.0.0",
"port-authority": "^2.0.1",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"ws": "^8.13.0",
"yootils": "^0.3.1"
},
"packageManager": "[email protected]"
}