-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.32 KB
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "hexo-theme-sosimple",
"version": "1.0.0",
"private": true,
"scripts": {
"format:pretty": "prettier --write ./src/**/*.scss && prettier --write ./*.{yml,md}",
"format:biome": "biome format --write .",
"lint": "biome lint --write . && eslint --fix .",
"lint:test": "biome lint . && eslint . && pnpm types:check",
"types:check": "tsc --noEmit",
"format:test": "biome format . && prettier -c ./src/**/*.scss",
"format": "pnpm format:biome && pnpm format:pretty",
"watch": "rollup -w -c ./rollup.config.mjs",
"build": "rollup -c ./rollup.config.mjs",
"build-hexo-scripts": "rollup -c ./rollup.hexo.config.mjs"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"jsonschema": "^1.4.1",
"rollup": "^4.21.2",
"rollup-plugin-sass": "^1.13.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "^1.7.23",
"@types/hexo-util": "^0.6.8",
"@types/node": "^22.10.0",
"eslint": "^9.4.0",
"fuse.js": "^7.0.0",
"globals": "^15.12.0",
"json-schema-to-ts": "^3.1.1",
"prettier": "^3.3.1",
"unplugin-swc": "^1.5.1"
},
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}