-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.52 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
{
"name": "bun-docs",
"version": "1.0.0",
"main": "index.js",
"author": "Vladimir Mihailenco <[email protected]>",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint:wording": "textlint ./docs/**/*.md"
},
"devDependencies": {
"element-plus": "2.3.7",
"@element-plus/icons-vue": "2.1.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.3",
"unplugin-vue-components": "^0.25.1",
"@iconify-json/ep": "^1.1.11",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"vuepress": "2.0.0-beta.63",
"@vuepress/bundler-vite": "2.0.0-beta.63",
"@vuepress/plugin-google-analytics": "2.0.0-beta.63",
"@vuepress/plugin-register-components": "2.0.0-beta.63",
"@vuepress/plugin-search": "2.0.0-beta.63",
"@vuepress/theme-default": "2.0.0-beta.63",
"axios": "^1.4.0",
"markdown-it-include": "^2.0.0",
"markdown-link-check": "^3.11.2",
"postcss-loader": "^7.3.3",
"sass-loader": "^13.3.2",
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-en-capitalization": "^2.0.3",
"textlint-rule-stop-words": "^3.0.1",
"textlint-rule-terminology": "^3.0.5",
"textlint-rule-write-good": "^2.0.0",
"vuepress-plugin-md-enhance": "2.0.0-beta.229",
"vuepress-plugin-redirect": "2.0.0-beta.229",
"vuepress-plugin-seo2": "2.0.0-beta.229",
"vuepress-plugin-sitemap2": "2.0.0-beta.229"
}
}