|
1 | 1 | {
|
2 |
| - "name": "vuepress-plugin-blog", |
| 2 | + "name": "@vuepress/plugin-blog", |
3 | 3 | "version": "0.0.2",
|
4 |
| - "description": "Blog plugin for VuePress", |
| 4 | + "description": "Offical blog plugin for VuePress", |
5 | 5 | "scripts": {
|
6 | 6 | "lint": "xo",
|
7 |
| - "dev": "nodemon --exec ts-node src/index.ts", |
8 |
| - "build": "tsc && cp -r src/client lib", |
9 |
| - "example": "tsc && vuepress dev example --temp example/.temp", |
10 |
| - "build:w": "tsc --watch", |
| 7 | + "dev": "tsc --watch", |
| 8 | + "cpc": "cp -r src/client lib", |
| 9 | + "build": "tsc && npm run cpc", |
| 10 | + "dev:docs": "vuepress dev docs --temp docs/.temp", |
| 11 | + "build:docs": "vuepress build docs --temp docs/.temp", |
| 12 | + "example": "node examples/launch.js", |
11 | 13 | "prepare": "npm run build",
|
12 | 14 | "prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
|
13 | 15 | },
|
|
38 | 40 | "ts-node": "^7.0.1",
|
39 | 41 | "typescript": "^3.1.4",
|
40 | 42 | "conventional-changelog-cli": "^2.0.1",
|
41 |
| - "vuepress": "next", |
42 |
| - "@vuepress/plugin-search": "next", |
43 |
| - "vue-feather-icons": "^4.21.0", |
44 |
| - "vuepress-theme-blogging": "latest" |
| 43 | + "vuepress": "next" |
45 | 44 | },
|
46 | 45 | "xo": {
|
47 | 46 | "extends": [
|
|
0 commit comments