-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.31 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
{
"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.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}