-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.46 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vue-docgen-api",
"version": "4.52.0",
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.",
"homepage": "https://vue-styleguidist.github.io",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"compile": "tsc -p ./tsconfig.build.json",
"compile:watch": "pnpm run compile --watch"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vue-styleguidist/vue-styleguidist.git",
"directory": "packages/vue-docgen-api"
},
"bugs": {
"url": "https://github.com/vue-styleguidist/vue-styleguidist/issues"
},
"keywords": [
"vue",
"documentation-generation",
"jsdoc",
"parse"
],
"author": "elevatebart",
"license": "MIT",
"dependencies": {
"@babel/parser": "^7.13.12",
"@babel/types": "^7.18.8",
"@vue/compiler-dom": "^3.2.0",
"@vue/compiler-sfc": "^3.2.0",
"ast-types": "0.14.2",
"hash-sum": "^1.0.2",
"lru-cache": "^4.1.5",
"pug": "^3.0.2",
"recast": "0.21.1",
"ts-map": "^1.0.3",
"vue-inbrowser-compiler-independent-utils": "^4.52.0"
},
"devDependencies": {
"@test-vue-docgen/mixins": "^4.44.15",
"@types/dedent": "0.7.0",
"@types/pug": "2.0.6",
"dedent": "0.7.0",
"globby": "10.0.2",
"vue": "2.7.8",
"vue-class-component": "7.2.6",
"vue-clickaway": "2.2.2",
"vue-property-decorator": "7.3.0",
"vuetify": "2.6.8"
}
}