-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "notebook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs --debug",
"build": "vuepress build docs",
"docs:dev": "vuepress dev docs --debug",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh",
"prettier": "prettier --write .",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simon1uo/notebook.git"
},
"author": "Simon Luo",
"license": "ISC",
"bugs": {
"url": "https://github.com/simon1uo/notebook/issues"
},
"homepage": "https://github.com/simon1uo/notebook/",
"dependencies": {
"@vuepress/plugin-last-updated": "^1.9.7",
"@vuepress/plugin-nprogress": "^1.9.7",
"dayjs": "^1.11.1",
"eslint": "^8.14.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^4.1.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-mathjax3": "^4.3.1",
"markdown-it-multimd-table-ext": "^4.1.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"vue": "^2.7.0",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.9.7",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-one-click-copy": "^1.0.6",
"vuepress-plugin-pangu": "^1.0.1",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-vdoing": "^1.11.1"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"vue-server-renderer": "^2.7.0",
"vuepress-plugin-comment-plus": "^1.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}