-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "rider",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@battlefieldduck/xterm-svelte": "^2.1.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltestrap/sveltestrap": "^7.1.0",
"@types/sprintf-js": "^1.1.4",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.13.1",
"fp-ts": "^2.16.10",
"io-ts": "^2.2.22",
"js-sha256": "^0.11.1",
"modrinthjs": "^2.0.7",
"sprintf-js": "^1.1.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/kit": "^2.21.1",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/vite": "^4.1.7",
"svelte": "^5.33.2",
"svelte-check": "^4.2.1",
"tailwindcss": "^4.1.7",
"typescript": "^5.0.0",
"vite": "^6.0.0"
}
}