-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.77 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.77 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "chithi",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"prepare": "svelte-kit sync || echo ''",
"preview": "vite preview",
"test": "npm run test:unit -- --run",
"test:unit": "vitest"
},
"dependencies": {},
"devDependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.2",
"@codemirror/language-data": "^6.5.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.40.0",
"@eslint/compat": "^2.0.3",
"@eslint/js": "^10.0.1",
"@icons-pack/svelte-simple-icons": "^7.1.0",
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/svelte-query": "^6.1.0",
"@tanstack/svelte-query-devtools": "^6.0.4",
"@tanstack/svelte-virtual": "^3.13.23",
"@types/node": "^25",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.6",
"@vitest/browser-playwright": "^4.1.0",
"@zip.js/zip.js": "^2.8.23",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"cross-env": "^10.1.0",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.15.2",
"formsnap": "^2.0.1",
"globals": "^17.4.0",
"hash-wasm": "^4.12.0",
"idb": "^8.0.3",
"layerchart": "^2.0.0-next.43",
"lucide-svelte": "^1.0.0",
"mode-watcher": "^1.1.0",
"nprogress": "^0.2.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"qrcode": "^1.5.4",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rollup-plugin-visualizer": "^7.0.1",
"sass-embedded": "^1.98.0",
"superforms": "^0.0.1",
"svelte": "^5.53.11",
"svelte-check": "^4.4.5",
"svelte-meta-tags": "^4.5.0",
"svelte-sonner": "^1.1.0",
"sveltekit-superforms": "^2.30.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"terser": "^5.46.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.0",
"unified": "^11.0.5",
"uuid": "^13.0.0",
"valibot": "^1.2.0",
"vite": "^8.0.0",
"vitest": "^4.1.0",
"zod": "^4.3.6"
}
}