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) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 717 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-styleguidist-example-basic",
"description": "Vue styleguidist basic example",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
"type": "git",
"url": "git://github.com/styleguidist/vue-styleguidist.git"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"dog-names": "^1.0.2",
"vue-styleguidist": "^1.4.4"
},
"scripts": {
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
},
"devDependencies": {
"css-loader": "^0.28.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"vue-loader": "^13.5.0"
}
}