-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.74 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.74 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
63
64
65
66
{
"name": "ceynri.cn",
"type": "module",
"version": "3.0.0-beta.1",
"private": true,
"packageManager": "pnpm@10.7.0",
"description": "Ceynri's personal website",
"author": {
"name": "ceynri",
"email": "ceynri@gmail.com",
"url": "https://github.com/ceynri/"
},
"repository": {
"type": "git",
"url": "https://github.com/ceynri/ceynri.cn.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=9",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"scripts": {
"dev": "astro dev",
"sync": "astro sync",
"start": "astro dev",
"lint": "eslint --fix",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"cache:clean": "rm -rf .astro node_modules/.astro",
"clean": "rm -rf node_modules dist .astro",
"reinstall": "pnpm clean && pnpm install"
},
"dependencies": {
"p5": "^2.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.0",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/tailwind": "^6.0.2",
"@types/hast": "^3.0.4",
"@types/p5": "^1.7.6",
"@typescript-eslint/parser": "^8.32.0",
"astro": "^5.7.12",
"clsx": "^2.1.1",
"eslint": "^9.26.0",
"eslint-plugin-astro": "^1.3.1",
"lucide-astro": "^0.507.0",
"markdown-it": "^14.1.0",
"rehype-external-links": "^3.0.0",
"sanitize-html": "^2.16.0",
"sass": "^1.87.0",
"sharp": "^0.34.1",
"simple-icons-astro": "^14.14.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"unist-util-visit": "^5.0.0",
"vite-plugin-entry-shaking": "^0.5.1",
"vite-plugin-static-copy": "^3.0.0"
}
}