-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.88 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
{
"name": "penpoint",
"version": "0.1.0",
"devDependencies": {
"@internationalized/date": "^3.12.0",
"@lucide/svelte": "^0.561.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-node": "5.5.1",
"@sveltejs/kit": "2.53.0",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/table-core": "^8.21.3",
"@types/bcrypt": "^6.0.0",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"@types/humanize-duration": "^3.27.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/nodemailer": "^7.0.4",
"@vitest/browser": "^4.0.17",
"@vitest/browser-playwright": "^4.0.17",
"bcrypt": "^6.0.0",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"humanize-duration": "^3.33.1",
"jsonwebtoken": "^9.0.2",
"mdsvex": "^0.12.6",
"mode-watcher": "^1.1.0",
"nodemailer": "8.0.1",
"paneforge": "^1.0.2",
"postgres": "^3.4.7",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"svelte": "5.53.3",
"svelte-check": "^4.3.2",
"svelte-sonner": "^1.0.5",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.1.7",
"zod": "^4.1.12"
},
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,svelte}\"",
"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"
},
"type": "module"
}