-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) 路 1.53 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) 路 1.53 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
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
{
"name": "svelte-bash",
"version": "1.2.0",
"description": "A fully typed, customizable, and lightweight terminal component for Svelte 5.",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YusufCeng1z/svelte-bash.git"
},
"homepage": "https://svelte-bash.netlify.app",
"bugs": {
"url": "https://github.com/YusufCeng1z/svelte-bash/issues"
},
"keywords": [
"svelte",
"terminal",
"console",
"cli",
"bash",
"shell",
"emulator",
"component",
"ui",
"svelte-5",
"runes"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^5.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-package -o dist",
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.48.5",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"svelte": "^5.43.8",
"svelte-check": "^4.3.4",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"vite": "^7.2.2"
},
"dependencies": {
"gsap": "^3.15.0",
"lenis": "^1.3.23"
}
}