forked from vitevip/vite-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.71 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.71 KB
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
{
"name": "vite.wiki",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"debug": "vuepress dev docs --debug --no-cache"
},
"homepage": "https://vitelabs.github.io/doc.vite.org/",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.47",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.44",
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
"babel-eslint": "^8.2.2",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"vuepress": "^1.0.0-alpha.47"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/vue-fontawesome": "^0.1.1",
"@vite/vuepress-plugin-mathjax": "^1.0.0",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.47",
"@vuepress/plugin-notification": "^1.0.0-alpha.42",
"deepmerge": "^2.1.1",
"markdown-it-mathjax-chtml": "^0.1.0",
"moment": "^2.24.0",
"vue-codemirror": "^4.0.5",
"vue-tabs-component": "^1.4.0",
"vue-toasted": "^1.1.24",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-mathjax": "^1.2.4",
"vuepress-plugin-pangu": "^1.0.1",
"vuepress-plugin-redirect": "^1.1.2",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-server-push": "^0.2.1",
"vuepress-plugin-sitemap": "^2.1.2",
"vuepress-plugin-tabs": "^0.2.2",
"whatwg-fetch": "^2.0.4"
}
}