-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.4 KB
/
package.json
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": "@scifluo/website",
"private": true,
"type": "module",
"version": "1.0.0",
"license": "MPL-2.0",
"packageManager": "[email protected]",
"description": "科荧架空世界观网站",
"repository": "github:SciFluo/website",
"homepage": "https://SciFluo.SharpIce.top",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/SciFluo/website/issues"
},
"author": {
"name": "SharpIce",
"email": "[email protected]",
"url": "https://SharpIce.top"
},
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/SharpIce"
},
{
"type": "ifdian",
"url": "https://ifdian.net/@SharpIce"
}
],
"devEngines": {
"runtime": {
"name": "node",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"onFail": "error"
}
},
"engines": {
"node": ">=20.11"
},
"scripts": {
"lint": "eslint . --fix",
"format": "prettier --write .",
"clean": "pnpm -r run clean --ignore-scripts",
"cleanall": "pnpm -r run cleanall --ignore-scripts"
},
"devDependencies": {
"@prettier/plugin-xml": "^3.4.1",
"@scifluo-tools/build-project": "link:tools\\build-project",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"rimraf": "^6.0.1"
},
"pnpm": {
"overrides": {
"hexo": "7.3.0",
"ejs": "^3.1.10"
}
}
}