-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
50
51
52
53
54
55
56
{
"name": "vuepress-theme-minos",
"version": "1.0.5",
"description": "Port of Hexo Minos theme to VuePress",
"keywords": [
"vue",
"vuepress",
"blog",
"vuepress-theme",
"vuepress-blog",
"vuepress-theme-blog",
"vuepress-theme-minos"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Ken Chen",
"email": "ken.3ds@gmail.com",
"url": "https://kencc.github.io/"
},
"license": "MIT",
"main": "src/index.js",
"files": [
"src"
],
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-pwa": "^1.5.0",
"@vuepress/plugin-search": "^1.4.0",
"bulma": "^0.6.2",
"dayjs": "^1.8.24",
"flexsearch": "github:nextapps-de/flexsearch",
"markdown-it-prism": "^2.0.5",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vuepress": "^1.5.0",
"vuepress-plugin-flexsearch": "^0.1.0",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-theme-minos": "^1.0.5"
},
"peerDependencies": {
"vuepress": "^1.5.0"
}
}