/
dimamir
/
authentik
Обзор
Документация
Войти
/
dimamir
/
authentik
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/package.json
75 строк
3 KB
dependabot[bot]
website: bump aws-cdk from 2.167.1 to 2.171.1 in /website (#12241)
02 дек 2024, 16:00
Не верифицирован
02 дек 2024, 16:00
dd0dc75
Код
Авторство
О чём код?
{ "name": "@goauthentik/website-docs", "version": "0.0.0", "private": true, "license": "MIT", "scripts": { "aws-cfn": "cd docs/install-config/install/aws && cdk synth > template.yaml && ./fix_template.py", "build": "cp ../docker-compose.yml static/docker-compose.yml && cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build", "build-bundled": "cp ../schema.yml static/schema.yaml && docusaurus gen-api-docs all && cross-env NODE_OPTIONS='--max_old_space_size=65536' docusaurus build", "deploy": "docusaurus deploy", "docusaurus": "docusaurus", "lint:lockfile": "wireit", "prettier": "prettier --write .", "prettier-check": "prettier --check .", "serve": "docusaurus serve", "swizzle": "docusaurus swizzle", "test": "node --test", "watch": "docusaurus gen-api-docs all && docusaurus start" }, "dependencies": { "@docusaurus/core": "^3.6.3", "@docusaurus/plugin-client-redirects": "^3.6.3", "@docusaurus/plugin-content-docs": "^3.6.3", "@docusaurus/preset-classic": "^3.6.3", "@docusaurus/theme-common": "^3.6.3", "@docusaurus/theme-mermaid": "^3.6.3", "@mdx-js/react": "^3.1.0", "clsx": "^2.1.1", "disqus-react": "^1.1.5", "docusaurus-plugin-openapi-docs": "^4.2.0", "docusaurus-theme-openapi-docs": "^4.2.0", "postcss": "^8.4.49", "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-before-after-slider-component": "^1.1.8", "react-dom": "^18.3.1", "react-feather": "^2.0.10", "react-toggle": "^4.1.3", "react-tooltip": "^5.28.0", "remark-github": "^12.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.3.2", "@docusaurus/tsconfig": "^3.6.3", "@docusaurus/types": "^3.3.2", "@types/react": "^18.3.12", "aws-cdk": "^2.171.1", "cross-env": "^7.0.3", "prettier": "3.4.1", "typescript": "~5.7.2", "wireit": "^0.14.9" }, "wireit": { "lint:lockfile": { "__comment": "The lockfile-lint package does not have an option to ensure resolved hashes are set everywhere", "shell": true, "command": "[ -z \"$(jq -r '.packages | to_entries[] | select((.key | contains(\"node_modules\")) and (.value | has(\"resolved\") | not)) | .key' < package-lock.json)\" ]" } }, "engines": { "node": ">=20" } }