-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 801 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 801 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
{
"name": "docs",
"version": "5.0.1",
"description": "Docs for the Titanium docs-devkit",
"repository": "https://github.com/tidev/docs-devkit.git",
"author": "Axway Appcelerator",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"metadata": "vuepress metadata docs apidocs",
"createVersion": "vuepress version docs"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@vuepress/plugin-back-to-top": "1.8.2",
"fs-extra": "^9.0.1",
"vuepress": "^1.7.1",
"vuepress-plugin-apidocs": "^5.0.1",
"vuepress-plugin-versioning": "^5.0.1",
"vuepress-theme-titanium": "^5.0.1",
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
}
}