forked from aliuygur/docs-v7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 881 Bytes
/
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
{
"name": "@directus/docs",
"private": true,
"version": "1.0.0",
"description": "Directus Docs",
"main": "index.js",
"repository": "directus/docs-v7",
"keywords": [
"directus",
"docs"
],
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"eject": "vuepress eject"
},
"author": "Rijk van Zanten <[email protected]>",
"contributors": [
"Ben Haynes <[email protected]>",
"Welling Guzmán <[email protected]>"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/directus/docs/issues"
},
"homepage": "https://github.com/directus/docs#readme",
"devDependencies": {
"node-sass": "^4.13.0",
"sass-loader": "^8.0.1"
},
"dependencies": {
"@vuepress/plugin-medium-zoom": "^1.1.0",
"markdown-it-include": "^1.1.0",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.1.0"
}
}