|
36 | 36 | "prepublishOnly": "pnpm build",
|
37 | 37 | "postinstall": "husky install",
|
38 | 38 | "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" |
40 | 41 | },
|
41 | 42 | "keywords": [
|
42 | 43 | "vite",
|
|
85 | 86 | "remark-mdx-frontmatter": "^2.0.3",
|
86 | 87 | "sass": "^1.54.5",
|
87 | 88 | "shiki": "^0.11.1",
|
| 89 | + "simple-git": "^3.14.1", |
88 | 90 | "sirv": "^2.0.2",
|
89 | 91 | "unified": "^10.1.2",
|
90 | 92 | "unist-util-visit": "^4.1.1",
|
91 | 93 | "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" |
95 | 96 | },
|
96 | 97 | "devDependencies": {
|
97 | 98 | "@babel/traverse": "^7.19.0",
|
|
102 | 103 | "@types/babel__helper-plugin-utils": "^7.10.0",
|
103 | 104 | "@types/babel__traverse": "^7.18.1",
|
104 | 105 | "@types/compression": "^1.7.2",
|
| 106 | + "@types/debug": "^4.1.7", |
105 | 107 | "@types/fs-extra": "^9.0.13",
|
106 | 108 | "@types/github-slugger": "^1.3.0",
|
107 | 109 | "@types/hast": "^2.3.4",
|
|
131 | 133 | "release-it": "^15.4.2",
|
132 | 134 | "resolve": "^1.22.1",
|
133 | 135 | "rollup": "^2.78.1",
|
| 136 | + "serve": "^14.0.1", |
134 | 137 | "tsup": "^6.2.3",
|
135 | 138 | "tsx": "^3.8.2",
|
136 | 139 | "typescript": "^4.7.4",
|
|
0 commit comments