forked from ekzhang/sshx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 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
{
"name": "sshx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.8",
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@tldraw/vec": "^1.9.2",
"@use-gesture/vanilla": "^10.2.27",
"buffer": "^6.0.3",
"cbor-x": "^1.5.4",
"firacode": "^6.2.0",
"fontfaceobserver": "^2.3.0",
"lodash-es": "^4.17.21",
"perfect-cursors": "^1.0.5",
"sshx-xterm": "5.2.1",
"svelte": "^3.59.2",
"svelte-feather-icons": "^4.0.1",
"svelte-persisted-store": "^0.7.0",
"xterm-addon-image": "^0.5.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.24.1",
"@types/lodash-es": "^4.17.9",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "~5.2.2",
"vite": "^4.4.9"
}
}