-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
{
"name": "sveltekit-blog-template",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"rollup-build": "rollup -c",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check . && eslint --ignore-path .gitignore .",
"format": "prettier --write ."
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@sveltejs/adapter-auto": "^3.2",
"@sveltejs/kit": "^2.0",
"@tailwindcss/typography": "^0.5.7",
"@types/qs": "^6.9.15",
"@types/tryghost__content-api": "^1.3.11",
"@vcarl/remark-headings": "^0.0.1",
"autoprefixer": "^10.4.7",
"cssnano": "^7.0",
"eslint": "^9.0",
"eslint-config-prettier": "^9.1",
"mdsvex": "^0.11.0",
"mdsvex-relative-images": "^1.0",
"postcss": "^8.4.14",
"postcss-load-config": "^6.0",
"prettier": "^3.3",
"prettier-plugin-svelte": "^3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^4.0.1",
"svelte": "^4.2",
"svelte-preprocess": "^6.0",
"tailwindcss": "^3.4",
"typescript": "^5.5",
"unist-util-visit": "^3.1.0",
"vite": "^5.4"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-vercel": "^5.4",
"@sveltejs/enhanced-img": "^0.3.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tryghost/content-api": "^1.11.5",
"@types/prismjs": "^1.26.0",
"axios": "^1.7",
"clsx": "^1.1.1",
"date-fns": "^3.6",
"neverthrow": "^7.0",
"node-html-parser": "^6.1.4",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"reading-time": "^1.5.0",
"reading-time-estimator": "^1.4.33",
"sass": "^1.56.2",
"svelte-heros-v2": "^1.3",
"sveltekit-i18n": "^2.4",
"zod": "^3.21.4"
}
}