-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 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
{
"name": "cworld-site",
"workspaces": [
"packages/*"
],
"type": "module",
"version": "4.1.2",
"scripts": {
"dev": "astro dev",
"dev:check": "astro check --watch & astro dev",
"build": "rm -rf .vercel .astro .qoder dist && astro build",
"preview": "astro preview",
"sync": "astro sync",
"check": "astro check",
"astro": "astro",
"pure": "astro-pure",
"format": "prettier --write '**/*.{js,jsx,ts,tsx,md,mdx,astro}'",
"lint": "eslint --fix 'src/**/*.{js,ts,jsx,tsx,astro}'",
"yijiansilian": "bun lint && bun sync && bun check && bun format",
"clean": "rm -rf .astro .vercel dist",
"cache:avatars": "tsx preset/scripts/cacheAvatars.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/rss": "^4.0.15",
"@astrojs/vercel": "^9.0.4",
"@waline/client": "^3.12.2",
"astro": "^5.17.3",
"astro-pure": "1.4.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.3",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
}
}