Skip to content

Commit 125d5c1

Browse files
committed
feat: migrate nav style to unocss
1 parent 0c64535 commit 125d5c1

File tree

7 files changed

+290
-531
lines changed

7 files changed

+290
-531
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ pnpm-global
1010
TODOs.md
1111
.temp
1212
*.tgz
13-
vendors
13+
vendors
14+
.vite-inspect

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"prepublishOnly": "pnpm build",
3737
"postinstall": "husky install",
3838
"release": "release-it",
39-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
39+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
40+
"inspect": "serve .vite-inspect"
4041
},
4142
"keywords": [
4243
"vite",
@@ -85,13 +86,13 @@
8586
"remark-mdx-frontmatter": "^2.0.3",
8687
"sass": "^1.54.5",
8788
"shiki": "^0.11.1",
89+
"simple-git": "^3.14.1",
8890
"sirv": "^2.0.2",
8991
"unified": "^10.1.2",
9092
"unist-util-visit": "^4.1.1",
9193
"unist-util-visit-children": "^2.0.0",
92-
"vite": "3.0",
93-
"vite-plugin-inspect": "^0.7.1",
94-
"simple-git": "^3.14.1"
94+
"vite": "~3.1.4",
95+
"vite-plugin-inspect": "^0.7.4"
9596
},
9697
"devDependencies": {
9798
"@babel/traverse": "^7.19.0",
@@ -102,6 +103,7 @@
102103
"@types/babel__helper-plugin-utils": "^7.10.0",
103104
"@types/babel__traverse": "^7.18.1",
104105
"@types/compression": "^1.7.2",
106+
"@types/debug": "^4.1.7",
105107
"@types/fs-extra": "^9.0.13",
106108
"@types/github-slugger": "^1.3.0",
107109
"@types/hast": "^2.3.4",
@@ -131,6 +133,7 @@
131133
"release-it": "^15.4.2",
132134
"resolve": "^1.22.1",
133135
"rollup": "^2.78.1",
136+
"serve": "^14.0.1",
134137
"tsup": "^6.2.3",
135138
"tsx": "^3.8.2",
136139
"typescript": "^4.7.4",

0 commit comments

Comments
 (0)