|
1 | 1 | { |
2 | 2 | "name": "@vuepress/core", |
3 | | - "version": "1.2.0", |
| 3 | + "version": "1.3.0", |
4 | 4 | "description": "Minimalistic doc generator with Vue component based layout system", |
5 | | - "main": "lib/index.js", |
| 5 | + "keywords": [ |
| 6 | + "documentation", |
| 7 | + "generator", |
| 8 | + "vue" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/vuejs/vuepress#readme", |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/vuejs/vuepress/issues" |
| 13 | + }, |
6 | 14 | "repository": { |
7 | 15 | "type": "git", |
8 | 16 | "url": "git+https://github.com/vuejs/vuepress.git", |
9 | 17 | "directory": "packages/@vuepress/core" |
10 | 18 | }, |
11 | | - "publishConfig": { |
12 | | - "access": "public" |
13 | | - }, |
14 | | - "keywords": [ |
15 | | - "documentation", |
16 | | - "vue", |
17 | | - "generator" |
18 | | - ], |
| 19 | + "license": "MIT", |
19 | 20 | "author": "Evan You", |
20 | | - "maintainers": [ |
21 | | - { |
22 | | - "name": "ULIVZ", |
23 | | - "email": "chl814@foxmail.com" |
24 | | - } |
| 21 | + "main": "lib/index.js", |
| 22 | + "browserslist": [ |
| 23 | + ">1%" |
25 | 24 | ], |
26 | | - "license": "MIT", |
27 | | - "bugs": { |
28 | | - "url": "https://github.com/vuejs/vuepress/issues" |
29 | | - }, |
30 | | - "homepage": "https://github.com/vuejs/vuepress#readme", |
31 | 25 | "dependencies": { |
32 | 26 | "@babel/core": "^7.0.0", |
33 | 27 | "@vue/babel-preset-app": "^3.1.1", |
34 | | - "@vuepress/markdown": "^1.2.0", |
35 | | - "@vuepress/markdown-loader": "^1.2.0", |
36 | | - "@vuepress/plugin-last-updated": "^1.2.0", |
37 | | - "@vuepress/plugin-register-components": "^1.2.0", |
38 | | - "@vuepress/shared-utils": "^1.2.0", |
| 28 | + "@vuepress/markdown": "^1.3.0", |
| 29 | + "@vuepress/markdown-loader": "^1.3.0", |
| 30 | + "@vuepress/plugin-last-updated": "^1.3.0", |
| 31 | + "@vuepress/plugin-register-components": "^1.3.0", |
| 32 | + "@vuepress/shared-utils": "^1.3.0", |
39 | 33 | "autoprefixer": "^9.5.1", |
40 | 34 | "babel-loader": "^8.0.4", |
41 | 35 | "cache-loader": "^3.0.0", |
|
70 | 64 | "engines": { |
71 | 65 | "node": ">=8.6" |
72 | 66 | }, |
73 | | - "browserslist": [ |
74 | | - ">1%" |
| 67 | + "publishConfig": { |
| 68 | + "access": "public" |
| 69 | + }, |
| 70 | + "maintainers": [ |
| 71 | + { |
| 72 | + "name": "ULIVZ", |
| 73 | + "email": "chl814@foxmail.com" |
| 74 | + } |
75 | 75 | ] |
76 | 76 | } |
0 commit comments