forked from vue-styleguidist/vue-styleguidist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 760 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 760 Bytes
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
{
"name": "vue-cli-plugin-styleguidist",
"version": "4.15.0",
"description": "vue cli 3.0 plugin for vue-styleguidist",
"homepage": "https://vue-styleguidist.github.io",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vue-styleguidist/vue-styleguidist.git"
},
"bugs": {
"url": "https://github.com/vue-styleguidist/vue-styleguidist/issues"
},
"author": "Bart Ledoux <ledouxb@me.com>",
"license": "MIT",
"private": false,
"dependencies": {
"null-loader": "^0.1.1",
"vue-styleguidist": "^4.15.0",
"webpack-merge": "^4.2.1"
},
"peerDependencies": {
"@vue/cli-service": ">= 3"
},
"devDependencies": {
"@vue/cli": "^4.0.5",
"@vue/cli-test-utils": "^4.0.5"
}
}