-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 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": "noveris-ai-blog",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"feishu:sync": "node scripts/feishu-cms-bridge/index.mjs",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"check:all": "npm run check && npm run build",
"translate": "node scripts/translate-post.mjs"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.0",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.0.0",
"dotenv": "^17.2.1",
"feishu-docx": "^0.7.0",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"typescript": "^5.8.3"
},
"overrides": {
"volar-service-yaml": "0.0.70",
"yaml-language-server": "1.21.0",
"jsdom": "23.2.0"
}
}