-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
41 lines (41 loc) · 1.39 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
{
"name": "titanium-docs",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"clean:api": "rm -rf docs/api; git checkout -- docs/api/README.md",
"docs:dev": "vuepress dev docs --temp .temp",
"docs:build": "node ./scripts/generate-guides && NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=6144\" vuepress build docs",
"docs:version": "vuepress version docs",
"docs:metadata": "vuepress metadata docs ../titanium_mobile/apidoc",
"docs:migrate": "node ./scripts/migrate ../titanium_mobile/apidoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TiDev",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@silvanite/vuepress-plugin-tailwind": "^1.3.0",
"@titanium-sdk/vuepress-plugin-fontawesome": "^4.8.3",
"@vuepress/plugin-back-to-top": "1.9.10",
"@vuepress/plugin-google-analytics": "1.9.10",
"front-matter": "^4.0.2",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"semver": "7.5.4",
"titanium-docgen": "^4.10.4",
"vue": "2.7.16",
"vue-router": "^3.6.5",
"vuepress": "1.9.10",
"vuepress-plugin-apidocs": "^4.11.2",
"vuepress-plugin-versioning": "^4.10.2",
"vuepress-theme-titanium": "^4.11.2",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
}
}