-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.8 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": "astro-theme-cody",
"type": "module",
"version": "1.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx,astro}": [
"prettier --write",
"astro check"
]
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.3.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.4.0",
"@directus/sdk": "^19.1.0",
"@expressive-code/plugin-text-markers": "^0.41.2",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.1.7",
"astro": "5.8.0",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5",
"astro-robots-txt": "^1.0.0",
"date-fns": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"pocketbase": "^0.26.0",
"reading-time": "^1.5.0",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild",
"sharp"
],
"onlyBuiltDependencies": [
"@tailwindcss/oxide"
]
}
}