-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
{
"name": "vuepress-plugin-live",
"version": "0.0.0-dev",
"description": "Make your markdown code examples come alive ",
"main": "index.js",
"scripts": {
"start": "npm run docs",
"docs": "vuepress dev docs --no-clear-screen",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vue-styleguidist/vuepress-plugin-live.git"
},
"keywords": [
"vue",
"vuepress",
"vue-live",
"markdown",
"example"
],
"author": "ledouxb@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/vue-styleguidist/vuepress-plugin-live/issues"
},
"homepage": "http://vuepress-live.surge.sh/",
"devDependencies": {
"@vuepress/plugin-register-components": "^1.6.0",
"@vuepress/theme-default": "^1.6.0",
"lodash": "^4.17.11",
"lodash.throttle": "^4.1.1",
"validate-commit-msg": "^2.14.0",
"vue-slider-component": "^3.0.31",
"vuepress": "^1.6.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-container": "^2.1.5"
},
"dependencies": {
"acorn": "^6.1.1",
"vue-live": "^1.14.2",
"vue-no-ssr": "^1.1.1",
"walkes": "^0.2.1"
}
}