-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
{
"name": "tcb-blog",
"version": "1.0.0",
"description": "Tencent Cloud Base Blog",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"check": "./node_modules/.bin/prettier --check ./**/*.md",
"lint": "./node_modules/.bin/prettier --write ./**/*.md",
"dev": "./node_modules/.bin/vuepress dev .",
"build": "./node_modules/.bin/vuepress build .",
"test": "echo 'empty now'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TencentCloudBase/blog.git"
},
"author": "TencentCloudBase",
"license": "ISC",
"bugs": {
"url": "https://github.com/TencentCloudBase/blog/issues"
},
"homepage": "https://github.com/TencentCloudBase/blog#readme",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"@vuepress/plugin-pwa": "^1.0.0-rc.1",
"blueimp-md5": "^2.10.0",
"prettier": "^1.17.1",
"vuepress-plugin-comment": "^0.5.4",
"vuepress-plugin-viewer": "^1.0.0"
},
"devDependencies": {
"gitalk": "^1.5.0",
"husky": "^2.3.0",
"vuepress": "^1.0.0-beta.2"
}
}