-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "astro-theme-sify",
"version": "1.0.0",
"description": "A blog theme built with Astro and Tailwind CSS",
"type": "module",
"scripts": {
"dev": "rm -rf astro && rm -rf dist && astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@astrojs/mdx": "^6.0.0",
"@astrojs/rss": "^4.0.7",
"@tailwindcss/postcss": "^4.3.2",
"@waline/client": "^3.15.0",
"astro": "^6.4.0",
"gsap": "^3.15.0",
"lenis": "^1.3.25",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.5.2",
"katex": "^0.17.0",
"postcss": "^8.5.16",
"typescript": "^5.5.0",
"vite-tsconfig-paths": "^6.1.1"
}
}