-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 940 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 940 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
30
31
{
"name": "support-pages",
"version": "0.0.1",
"description": "IA Serivce Reference",
"main": "index.js",
"authors": {
"name": "Infinity Arc",
"email": "support@infinityarc.net"
},
"repository": "https://InfinityArc@dev.azure.com/InfinityArc/Library/_git/Library/support-pages",
"scripts": {
"prestart": "node ./utils/move-assets.js",
"start": "vuepress dev src",
"build": "NODE_ENV=production;vuepress build src",
"serve": "NODE_ENV=production;node server",
"submit": "gcloud builds submit",
"copy-files": "cp -r ./src/.vuepress/dist/* ./docs/"
},
"license": "MIT",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"applicationinsights": "^2.4.0",
"express": "^4.17.3"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-theme-book": "^0.0.6"
}
}