-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "nickthiru-dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && vite build",
"preview": "vite preview",
"postinstall": "svelte-kit sync",
"content:transform": "node scripts/content-transform.js",
"content:daily": "bash scripts/daily-content.sh",
"content:privacy-check": "node scripts/privacy-check.js",
"content:calendar": "node scripts/content-calendar.js",
"content:blog-weekly": "node scripts/weekly-blog.js"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"mdsvex": "^0.11.0",
"postcss": "^8.4.32",
"shiki": "^1.0.0",
"svelte": "^5.0.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"date-fns": "^3.0.0",
"feed": "^4.2.2",
"reading-time": "^1.5.0"
},
"type": "module"
}