-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 885 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 885 Bytes
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
{
"name": "whale",
"version": "1.0.0",
"author": "crystalcd",
"scripts": {
"dev": "vuepress dev . --open --host \"localhost\"",
"build": "vuepress build ."
},
"devDependencies": {
"@vue/composition-api": "^1.0.0-beta.20",
"@vuepress-reco/core": "^1.6.0",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"@vuepress-reco/vuepress-plugin-comments": "^1.6.0",
"@vuepress-reco/vuepress-plugin-loading-page": "^1.6.0",
"@vuepress-reco/vuepress-plugin-pagation": "^1.6.0",
"@vuepress/plugin-blog": "1.9.2",
"@vuepress/plugin-medium-zoom": "1.5.0",
"docsearch.js": "2.6.3",
"md5": "2.2.1",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"vue-click-outside": "1.1.0",
"vuepress": "1.7.1",
"vuepress-plugin-meting": "^0.2.1",
"vuepress-plugin-smooth-scroll": "^0.0.9"
},
"description": "蓝鲸"
}