-
Notifications
You must be signed in to change notification settings - Fork 244
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "browser-working-principle",
"version": "1.0.0",
"description": "browser-working-principle",
"keywords": [
"js",
"browser-working-principle"
],
"repository": {
"type": "git",
"url": "git+https://github.com/browser-working-principle"
},
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help",
"commit": "git-cz",
"deploy": "bash deploy.sh"
},
"author": "poetry",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.1",
"@vuepress/plugin-google-analytics": "^1.0.1",
"@vuepress/plugin-medium-zoom": "^1.0.1",
"@vuepress/plugin-pwa": "^1.0.1",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.1",
"vuepress-plugin-baidu-google-analytics": "^1.0.0",
"vuepress-plugin-flowchart": "^1.4.2"
}
}