-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.7 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "vitepress-theme-sakurairo",
"version": "0.0.4",
"description": "a sakurairo blog theme base on vitepress",
"author": "wuyifan <[email protected]>",
"license": "MIT",
"keywords": [
"vitepress",
"blog",
"theme",
"sakurairo",
"sakura",
"vitepress-theme-sakurairo"
],
"scripts": {
"commit": "npx git-cz",
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"build:docs": "vitepress build docs --base /vitepress-theme-sakurairo/",
"preview": "vitepress preview docs --port 5200",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"eslint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx,.vue",
"stylelint": "stylelint \"./**/*.{css,scss,sass,vue,html}\"",
"stylelint:fix": "stylelint \"./**/*.{css,scss,sass,vue,html}\" --fix",
"lint": "npm run eslint & npm run stylelint",
"lint:fix": "npm run eslint:fix & npm run stylelint:fix",
"lint:style": "stylelint \"./**/*.{css,less,vue,html}\" --fix",
"prepare": "husky"
},
"type": "module",
"main": ".src/index.ts",
"types": "./src/types/index.ts",
"files": [
"src"
],
"peerDependencies": {
"vitepress": "^1.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"nprogress": "^0.2.0",
"typed.js": "^2.1.0",
"vitepress": "1.3.2",
"vue": "^3.4.37"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^22.3.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@waline/client": "^3.3.0",
"cz-git": "^1.9.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"markdown-it-mathjax3": "^4.3.2",
"postcss": "^8.4.41",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"sass": "^1.77.2",
"stylelint": "^16.6.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.0",
"tocbot": "^4.29.0",
"vite": "^5.4.0"
},
"bugs": {
"url": "https://github.com/wuyifan0203/vitepress-theme-sakurairo/issues"
},
"homepage": "https://github.com/wuyifan0203/vitepress-theme-sakurairo",
"repository": {
"type": "git",
"url": "git+https://github.com/wuyifan0203/vitepress-theme-sakurairo.git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}