-
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.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 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": "",
"type": "module",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"prebuild": "npx tsx scripts/toggle-proxy.ts",
"build": "npm run prebuild && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"new": "npx tsx scripts/new-post.ts",
"update-theme": "npx tsx scripts/update-theme.ts"
},
"dependencies": {
"@astrojs/mdx": "^4.3.1",
"@astrojs/netlify": "^6.5.3",
"@astrojs/node": "^9.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@playform/inline": "^0.1.2",
"astro": "5.12.0",
"astro-og-canvas": "^0.7.0",
"canvaskit-wasm": "^0.40.0",
"feed": "^5.1.0",
"framer-motion": "^12.23.22",
"gsap": "^3.13.0",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^7.0.1",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.3",
"tailwindcss": "^3.4.17",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.3.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0"
}
}