-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 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
{
"name": "zjgyb.github.io",
"version": "1.0.0",
"description": "tony's blog",
"main": "index.js",
"repository": "https://github.com/zjgyb",
"author": "Tony",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs && node ./compress.js",
"start": "nodemon --ext md,vue --watch .vuepress --watch . --exec vuepress dev docs"
},
"dependencies": {
"markdown-it": "^13.0.1",
"markdown-it-mathjax3": "^4.3.2",
"vuepress": "^1.9.5",
"vuepress-plugin-flowchart": "1.4.3",
"vuepress-theme-reco": "1.6.6"
},
"devDependencies": {
"@vuepress/plugin-medium-zoom": "1.8.2",
"@vuepress/plugin-pwa": "1.8.2",
"file-loader": "^6.2.0",
"html-minifier": "^4.0.0",
"less": "^4.1.2",
"less-loader": "7",
"node-sass": "6",
"nodemon": "^2.0.15",
"url-loader": "^4.1.1",
"vuepress-plugin-demo-code": "^0.6.0",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-nuggets-style-copy": "^1.0.3"
}
}