-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.79 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
67
{
"name": "@scifluo/website",
"private": true,
"type": "module",
"version": "1.0.0",
"license": "MPL-2.0",
"packageManager": "[email protected]",
"description": "科荧架空世界观网站",
"homepage": "https://SciFluo.SharpIce.top",
"repository": {
"type": "git",
"url": "git+https://github.com/SciFluo/website.git"
},
"bugs": {
"url": "https://github.com/SciFluo/website/issues"
},
"author": {
"name": "SharpIce",
"email": "[email protected]",
"url": "https://SharpIce.top"
},
"engines": {
"node": ">=20.11"
},
"hexo": {
"version": "7.3.0"
},
"scripts": {
"dev": "hexo server",
"build": "node build.js",
"lint": "eslint . --fix",
"pre": "prettier --write .",
"clean": "rimraf build db.json",
"elint": "ejslint packages/hexo-theme-scifluo/layout"
},
"dependencies": {
"hexo": "7.3.0",
"hexo-add-tips": "link:packages\\hexo-add-tips",
"hexo-generate-sitemap": "link:packages\\hexo-generate-sitemap",
"hexo-generate-toc": "link:packages\\hexo-generate-toc",
"hexo-local-url": "link:packages\\hexo-local-url",
"hexo-minify-html": "link:packages\\hexo-minify-html",
"hexo-permalink": "link:packages\\hexo-permalink",
"hexo-prettier": "link:packages\\hexo-prettier",
"hexo-render-markdown-it": "link:packages\\hexo-render-markdown-it",
"hexo-renderer-ejs": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-scifluo": "link:packages\\hexo-theme-scifluo"
},
"devDependencies": {
"@prettier/plugin-xml": "^3.4.1",
"@scifluo-infrastructure/elint": "link:packages\\elint",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.29.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"rimraf": "^6.0.1"
},
"pnpm": {
"overrides": {
"hexo": "7.3.0",
"ejs": "^3.1.10"
}
}
}