-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "vuepress-theme-ktquez",
"version": "0.2.18",
"description": "A blog theme for VuePress by Ktquez",
"scripts": {
"dev": "node_modules/.bin/vuepress dev src",
"build": "node_modules/.bin/vuepress build src",
"release": "standard-version",
"pub": "git push --follow-tags origin master && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ktquez/vuepress-theme-ktquez.git"
},
"keywords": [
"vuepress",
"theme",
"ktquez",
"vuejs",
"static",
"jekyll",
"documentation",
"blog"
],
"author": "Alan Ktquez <[email protected]> (https://ktquez.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktquez/vuepress-theme-ktquez/issues"
},
"homepage": "https://github.com/ktquez/vuepress-theme-ktquez#readme",
"dependencies": {
"carbon-grid": "^1.1.2",
"elevator.js": "^1.0.1",
"fontfaceobserver": "^2.0.13",
"get-youtube-id": "^1.0.0",
"intersection-observer": "^0.5.0",
"mappet": "^4.0.0",
"nprogress": "^0.2.0",
"time-ago": "^0.2.1",
"vue-announcer": "^1.0.2",
"vue-disqus": "^3.0.4",
"vue-global-events": "^1.0.3"
},
"devDependencies": {
"standard-version": "^4.4.0"
}
}