forked from okta/okta-developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "@okta/vuepress-theme-default",
"version": "0.1.0-alpha.1",
"description": "Default theme for developer.okta.com documentation and api reference",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okta/okta.github.io.git"
},
"author": "Okta Developer",
"maintainers": [
{
"name": "Brian Retterer",
"email": "brian.retterer@okta.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/okta/okta.github.io/issues"
},
"homepage": "https://github.com/okta/okta.github.io",
"dependencies": {
"@okta/nim": "^0.1.0-beta.2407.g46f83be",
"@okta/vuepress-plugin-active-header-links": "^1.0.0",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.33",
"axios": "^0.18.0",
"lodash": "^4.17.11",
"node-sass": "^7.0.0",
"sass-loader": "^7.1.0",
"vuepress": "^1.0.0-alpha.33"
},
"devDependencies": {
"stylelint": "^9.10.1",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-sass-guidelines": "^5.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.1.0",
"stylelint-scss": "^3.5.4"
}
}