-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "vue-TIL",
"version": "0.0.1",
"description": "",
"main": "index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/vue-TIL",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.5",
"@vuepress/plugin-register-components": "^1.9.7",
"@vuepress/theme-default": "^1.9.7",
"vuepress": "^1.9.5",
"vuepress-plugin-canonical": "^1.0.0",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-live": "^1.6.2",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"dependencies": {
"@saintic/vuepress-plugin-utterances": "^0.2.0",
"http-server": "^13.0.1",
"markdown-it": "^13.0.1",
"markdown-it-katex": "^2.0.3",
"pug": "^3.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-reading-progress": "^1.0.10"
}
}