-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 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
{
"name": "mello_os",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "pnpm run build && npx gh-pages -d dist"
},
"devDependencies": {
"@svelte-put/resize": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.10",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-node": "^3.1.0",
"vite-plugin-node-polyfills": "^0.21.0"
},
"dependencies": {
"@neodrag/svelte": "^2.0.3",
"gh-pages": "^6.1.1",
"memfs": "^4.7.7",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}