mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
chore: update package.json
This commit is contained in:
@@ -73,8 +73,6 @@
|
||||
"postcss-loader": "^2.1.5",
|
||||
"prismjs": "^1.13.0",
|
||||
"register-service-worker": "^1.4.1",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"toml": "^2.3.3",
|
||||
"url-loader": "^1.0.1",
|
||||
"vue": "^2.5.16",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
@@ -21,7 +21,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vuepress/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme"
|
||||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-last-updated#readme",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^6.0.5"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-cli.git"
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"documentation",
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Default theme for VuePress",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
@@ -10,6 +13,7 @@
|
||||
"keywords": [
|
||||
"documentation",
|
||||
"vue",
|
||||
"vuepress",
|
||||
"generator"
|
||||
],
|
||||
"author": "Evan You",
|
||||
@@ -17,19 +21,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vuepress/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vuepress#readme",
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
|
||||
"dependencies": {
|
||||
"@vuepress/plugin-active-header-links": "1.0.0",
|
||||
"docsearch.js": "^2.5.2",
|
||||
"nprogress": "^0.2.0"
|
||||
"nprogress": "^0.2.0",
|
||||
"stylus": "^0.54.5",
|
||||
"stylus-loader": "^3.0.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "vuepress",
|
||||
"version": "1.0.0",
|
||||
"description": "Minimalistic doc generator with Vue component based layout system",
|
||||
"main": "index.js",
|
||||
"main": "vuepress.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vuepress.git"
|
||||
@@ -21,15 +21,6 @@
|
||||
"url": "https://github.com/vuejs/vuepress/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vuepress#readme",
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@vuepress/core": "^1.0.0",
|
||||
"@vuepress/cli": "^1.0.0",
|
||||
|
||||
Vendored
+1
-1
@@ -27,7 +27,7 @@ files.forEach(pkg => {
|
||||
},
|
||||
'repository': {
|
||||
'type': 'git',
|
||||
'url': 'git+https://github.com/vuejs/vue-cli.git'
|
||||
'url': 'git+https://github.com/vuejs/vuepress.git'
|
||||
},
|
||||
'keywords': [
|
||||
'documentation',
|
||||
|
||||
Reference in New Issue
Block a user