-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.32 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
{
"name": "xlg-plan",
"version": "3.1.0",
"description": "西邮Linux兴趣小组培养计划",
"packageManager": "pnpm@10.24.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind && recursive-copy public/_pagefind out/_pagefind --overwrite",
"start": "next start",
"preview": "pnpx serve out",
"clean": "pnpx rimraf .next out public/_pagefind",
"lint": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint:fix": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.17",
"next": "^15.5.7",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.6",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify/tailwind4": "^1.2.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"pagefind": "^1.4.0",
"prettier": "^3.7.4",
"prettier-plugin-lint-md": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"recursive-copy-cli": "^1.0.20",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"sharp"
]
}
}