forked from myzingy/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 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
39
40
41
42
{
"name": "tcb-blog",
"version": "1.0.0",
"description": "Tencent Cloud Base Blog",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "nodemon --watch docs bin/sidebar.js & ./node_modules/.bin/vuepress dev .",
"build": "node bin/sidebar.js && ./node_modules/.bin/vuepress build .",
"test": "echo 'empty test'"
},
"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",
"dayjs": "^1.8.15",
"ejs": "^2.7.1",
"node-sass": "^4.12.0",
"prettier": "^1.17.1",
"sass-loader": "^7.1.0",
"vuepress-plugin-comment": "^0.5.4",
"vuepress-plugin-viewer": "^1.0.0"
},
"devDependencies": {
"gitalk": "^1.5.0",
"husky": "^2.3.0",
"nodemon": "^1.19.1",
"tracer": "^1.0.1",
"vuepress": "^1.0.4"
}
}