-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.49 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
48
49
{
"name": "vuepress-theme-blog-vuetify",
"version": "1.6.2",
"description": "The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify",
"keywords": [
"vue",
"vuepress",
"vuepress-theme",
"blog",
"blog-theme"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ttskch/vuepress-theme-blog-vuetify.git"
},
"author": "ttskch",
"license": "MIT",
"bugs": {
"url": "https://github.com/ttskch/vuepress-theme-blog-vuetify/issues"
},
"homepage": "https://github.com/ttskch/vuepress-theme-blog-vuetify#readme",
"devDependencies": {},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@mdi/font": "^5.8.55",
"@vuepress/plugin-blog": "^1.9.3",
"@vuepress/plugin-google-analytics": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"@vuepress/plugin-nprogress": "^1.7.1",
"@vuepress/plugin-search": "^1.7.1",
"dayjs": "^1.9.7",
"lodash": "^4.17.20",
"remove-markdown": "^0.3.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"vue-scrollactive": "^0.9.3",
"vuepress": "^1.7.1",
"vuepress-plugin-seo": "^0.1.4",
"vuetify": "^2.3.21"
}
}