-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.24 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
{
"name": "peptide-db",
"version": "1.0.0",
"description": "A comprehensive peptide research database and wiki built with SvelteKit 5",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"generate-sitemap": "node scripts/generate-sitemap.js"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-cloudflare": "^7.2.3",
"@sveltejs/kit": "^2.6.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.13",
"@types/eslint": "^9.6.1",
"@types/mime-types": "^2.1.4",
"@types/prismjs": "^1.26.5",
"autoprefixer": "^10.4.20",
"better-sqlite3": "^12.2.0",
"bits-ui": "^0.22.0",
"dropcss": "^1.0.16",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^15.10.0",
"gray-matter": "^4.0.3",
"lucide-svelte": "^0.449.0",
"mdsvex": "^0.12.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"sitemap": "^8.0.0",
"sk-seo": "^0.4.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.4",
"svelte-cookie-consent": "^2.3.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.20.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"xml": "^1.0.1"
},
"type": "module",
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.1.1",
"@fontsource/source-serif-pro": "^5.2.5",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.91.1",
"@sveltejs/amp": "^1.1.3",
"@types/d3": "^7.4.3",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"katex": "^0.16.22",
"mime-types": "^2.1.35",
"open-props": "^1.7.7",
"prismjs": "^1.30.0",
"shiki": "^3.8.1",
"smiles-drawer": "^2.1.7",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
}
}