-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
55 lines (55 loc) · 1.92 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
{
"name": "git-notes",
"version": "1.0.1",
"description": "[![License](https://img.shields.io/github/license/zhukunpenglinyutong/notes.svg)](LICENSE) [![repo-size](https://img.shields.io/github/repo-size/zhukunpenglinyutong/notes.svg)](repo-size) [![CodeTriage](https://www.codetriage.com/zhukunpenglinyutong/notes/badges/users.svg)](CodeTriage) [![提交活动](https://img.shields.io/github/commit-activity/m/zhukunpenglinyutong/notes.svg)](提交活动) [![最后一次提交](https://img.shields.io/github/last-commit/zhukunpenglinyutong/notes.svg)](最后一次提交)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"commit": "git add . && git-cz",
"start": "vuepress dev docs --temp .temp",
"build": "vuepress build docs"
},
"dependencies": {
"animate.css": "^3.7.2",
"clipboard": "^2.0.4",
"echarts": "^5.0.1",
"element-ui": "^2.13.0",
"express": "^4.17.1",
"git-cz": "^4.7.6",
"js-md5": "^0.7.3",
"kind-of": "6.0.3",
"leancloud-storage": "^4.2.0",
"minimist": "1.2.3",
"serialize-javascript": "^3.1.0",
"v-viewer": "^1.5.1",
"valine": "^1.3.10",
"vue": "2.6.11",
"vuepress-plugin-medium-zoom": "^1.1.8",
"vuepress-plugin-smooth-scroll": "0.0.9"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"axios": "^0.21.1",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-css-wrap": "^0.1.2",
"vue-click-outside": "^1.1.0",
"vue-particles": "^1.0.9",
"vuepress": "^1.5.0",
"vuepress-plugin-mathjax": "^1.2.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhukunpenglinyutong/notes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhukunpenglinyutong/notes/issues"
},
"homepage": "https://github.com/zhukunpenglinyutong/notes#readme"
}