-
Notifications
You must be signed in to change notification settings - Fork 671
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.59 KB
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
{
"name": "@okta/vuepress-site",
"version": "1.0.0",
"description": "NPM dependencies for testing and building developer.okta.com",
"files": [
"dist"
],
"scripts": {
"conductor:validate": "node .vuepress/scripts/yml-parse-check.js",
"dev": "yarn conductor:validate && vuepress dev .",
"prebuild": "node .vuepress/scripts/yml-parse-check.js",
"build": ".vuepress/scripts/build.sh",
"create-redirects": "node .vuepress/scripts/convert-conductor-to-netlify-redirect.js && node .vuepress/scripts/convert-conductor-to-vercel-config.js && cp _redirects dist/_redirects && cp vercel.json dist/vercel.json && cp vercel-redirects.json dist/vercel-redirects.json",
"postbuild": "node .vuepress/scripts/strip-guide-parts-from-sitemap.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okta/okta.github.io.git"
},
"author": "{OKTA} <developer@okta.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/okta/okta.github.io/issues"
},
"devDependencies": {
"@okta/vuepress-theme-prose": "^0.1.0-alpha.1",
"semver": "^7.3.8"
},
"dependencies": {
"bootstrap": "^4.6.1",
"esm": "^3.0.0",
"js-yaml": "^3.13.1",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.1.6",
"sass": "^1.57.1",
"sass-loader": "^7.1.0",
"string-replace-loader": "^2.3.0",
"vue": "^2.6.10",
"vue-select": "^3.20.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-sitemap": "^2.1.2",
"webpack": "^4.46.0",
"xml2js": "^0.6.2"
},
"browserslist": "> 0.25%"
}