-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.32 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": "natural-tpl-blog",
"version": "1.0.0",
"directories": {
"doc": "_docs"
},
"scripts": {
"install:tyarn": "tyarn install",
"remove": "rimraf node_modules",
"dev": "npm run gulp:copy && vuepress dev _docs",
"build": "npm run gulp:copy && vuepress build _docs && gulp path:replace",
"gulp:clean": "gulp clean",
"gulp:copy": "gulp copy",
"gulp:copy:markdown": "gulp copy:markdown",
"dev:nodeppt": "gulp copy:ppt && cd _ppt && nodeppt start -w -p 8976",
"build:nodeppt": "gulp copy:ppt && nodeppt generate _ppt _ppt/dist -a"
},
"author": "luo0412",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-last-updated": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.0.0-rc.1",
"@vuepress/plugin-pwa": "^1.2.0",
"del": "^5.1.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"nodeppt": "1.4.5",
"vuepress": "^1.2.0",
"vuepress-plugin-check-md": "^0.0.2",
"vuepress-plugin-code-copy": "^1.0.4",
"vuepress-plugin-permalink-pinyin": "^1.0.0"
},
"dependencies": {
"lodash.escaperegexp": "^4.1.2",
"lodash.sortby": "^4.7.0",
"lodash.startcase": "^4.4.0",
"markdown-it": "^10.0.0",
"markdown-it-meta": "^0.0.1",
"transliteration": "^2.1.7"
}
}