-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
38 lines (38 loc) · 986 Bytes
/
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
{
"name": "vuepress-theme-bulma",
"version": "1.1.0",
"description": "A pure Bulma.css theme for VuePress",
"scripts": {
"dev": "vuepress dev demo",
"build": "vuepress build demo"
},
"keywords": [
"vuepress",
"theme",
"vuepress-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nakorndev/vuepress-theme-bulma.git"
},
"author": "nakorndev",
"license": "MIT",
"bugs": {
"url": "https://github.com/nakorndev/vuepress-theme-bulma/issues"
},
"homepage": "https://github.com/nakorndev/vuepress-theme-bulma#readme",
"dependencies": {
"bulma": "^0.7.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vuepress": "^0.12.0"
}
}