-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 939 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
{
"name": "vuepress-theme-bootstrap",
"version": "1.0.0",
"description": "Bootstrap theme for Vuepress",
"main": "index.js",
"repository": "[email protected]:ekoeryanto/vuepress-theme-bootstrap.git",
"author": "Eko Eryanto <[email protected]>",
"license": "MIT",
"keywords": [
"bootstrap",
"vuepress"
],
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs",
"dev": "yarn start"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.11",
"vuepress": "^0.14.2"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "^5.0.0-beta.3",
"imagemin-lint-staged": "^0.3.0",
"lint-staged": "^7.2.2",
"prettier": "^1.14.2",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}