mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: bump chromedriver from 136.0.3 to 138.0.3 in /web Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 136.0.3 to 138.0.3. - [Commits](https://github.com/giggio/node-chromedriver/compare/136.0.3...138.0.3) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 138.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * only netlify deploy when token available Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
375 lines
12 KiB
JSON
375 lines
12 KiB
JSON
{
|
|
"name": "@goauthentik/web",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"build-locales": "wireit",
|
|
"build-locales:build": "wireit",
|
|
"build-proxy": "wireit",
|
|
"build:sfe": "npm run build -w @goauthentik/web-sfe",
|
|
"esbuild:watch": "node scripts/build-web.mjs --watch",
|
|
"extract-locales": "wireit",
|
|
"format": "wireit",
|
|
"lint": "eslint --fix .",
|
|
"lint-check": "eslint --max-warnings 0 .",
|
|
"lint:imports": "knip --config scripts/knip.config.ts",
|
|
"lint:lockfile": "wireit",
|
|
"lint:types": "wireit",
|
|
"lit-analyse": "wireit",
|
|
"precommit": "wireit",
|
|
"prettier": "prettier --cache --write -u .",
|
|
"prettier-check": "prettier --cache --check -u .",
|
|
"pseudolocalize": "node ./scripts/pseudolocalize.mjs",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "wireit",
|
|
"test": "wireit",
|
|
"test:e2e": "wireit",
|
|
"test:e2e:watch": "wireit",
|
|
"test:watch": "wireit",
|
|
"tsc": "wireit",
|
|
"watch": "run-s build-locales esbuild:watch"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./elements/*": "./src/elements/*",
|
|
"./common/*": "./src/common/*",
|
|
"./components/*": "./src/components/*",
|
|
"./flow/*": "./src/flow/*",
|
|
"./locales/*": "./src/locales/*",
|
|
"./user/*": "./src/user/*",
|
|
"./admin/*": "./src/admin/*",
|
|
"./*/browser": {
|
|
"types": "./out/*/browser.d.ts",
|
|
"import": "./*/browser.js"
|
|
},
|
|
"./*/node": {
|
|
"types": "./out/*/node.d.ts",
|
|
"import": "./*/node.js"
|
|
},
|
|
"./*": {
|
|
"types": "./out/*/index.d.ts",
|
|
"import": "./*/index.js"
|
|
}
|
|
},
|
|
"imports": {
|
|
"#common/*.css": "./src/common/*.css",
|
|
"#common/*": "./src/common/*.js",
|
|
"#elements/*.css": "./src/elements/*.css",
|
|
"#elements/*": "./src/elements/*.js",
|
|
"#components/*.css": "./src/components/*.css",
|
|
"#components/*": "./src/components/*.js",
|
|
"#user/*.css": "./src/user/*.css",
|
|
"#user/*": "./src/user/*.js",
|
|
"#admin/*.css": "./src/admin/*.css",
|
|
"#admin/*": "./src/admin/*.js",
|
|
"#flow/*.css": "./src/flow/*.css",
|
|
"#flow/*": "./src/flow/*.js",
|
|
"#locales/*": "./src/locales/*.js",
|
|
"#stories/*": "./src/stories/*.js",
|
|
"#*/browser": {
|
|
"types": "./out/*/browser.d.ts",
|
|
"import": "./*/browser.js"
|
|
},
|
|
"#*/node": {
|
|
"types": "./out/*/node.d.ts",
|
|
"import": "./*/node.js"
|
|
},
|
|
"#*": {
|
|
"types": "./out/*/index.d.ts",
|
|
"import": "./*/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-html": "^6.4.9",
|
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/lang-xml": "^6.1.0",
|
|
"@codemirror/legacy-modes": "^6.5.1",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@floating-ui/dom": "^1.7.2",
|
|
"@formatjs/intl-listformat": "^7.7.11",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@goauthentik/api": "^2025.6.4-1753191510",
|
|
"@lit/context": "^1.1.6",
|
|
"@lit/localize": "^0.12.2",
|
|
"@lit/reactive-element": "^2.1.1",
|
|
"@lit/task": "^1.0.3",
|
|
"@mdx-js/mdx": "^3.1.0",
|
|
"@mrmarble/djangoql-completion": "^0.8.3",
|
|
"@open-wc/lit-helpers": "^0.7.0",
|
|
"@openlayers-elements/core": "^0.4.0",
|
|
"@openlayers-elements/maps": "^0.4.0",
|
|
"@patternfly/elements": "^4.1.0",
|
|
"@patternfly/patternfly": "^4.224.2",
|
|
"@sentry/browser": "^9.40.0",
|
|
"@spotlightjs/spotlight": "^3.0.1",
|
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
"base64-js": "^1.5.1",
|
|
"change-case": "^5.4.4",
|
|
"chart.js": "^4.5.0",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"codemirror": "^6.0.2",
|
|
"construct-style-sheets-polyfill": "^3.1.0",
|
|
"core-js": "^3.44.0",
|
|
"country-flag-icons": "^1.5.19",
|
|
"date-fns": "^4.1.0",
|
|
"deepmerge-ts": "^7.1.5",
|
|
"dompurify": "^3.2.6",
|
|
"fuse.js": "^7.1.0",
|
|
"guacamole-common-js": "^1.5.0",
|
|
"hastscript": "^9.0.1",
|
|
"lit": "^3.3.1",
|
|
"md-front-matter": "^1.0.4",
|
|
"mermaid": "^11.9.0",
|
|
"rapidoc": "^9.3.8",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-mermaid": "^3.0.0",
|
|
"rehype-parse": "^9.0.1",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-directive": "^4.0.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx-frontmatter": "^5.2.0",
|
|
"style-mod": "^4.1.2",
|
|
"trusted-types": "^2.0.0",
|
|
"ts-pattern": "^5.7.1",
|
|
"unist-util-visit": "^5.0.0",
|
|
"webcomponent-qr-code": "^1.3.0",
|
|
"yaml": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.27.0",
|
|
"@goauthentik/core": "^1.0.0",
|
|
"@goauthentik/esbuild-plugin-live-reload": "^1.0.5",
|
|
"@goauthentik/eslint-config": "^1.0.5",
|
|
"@goauthentik/prettier-config": "^3.1.0",
|
|
"@goauthentik/tsconfig": "^1.0.4",
|
|
"@hcaptcha/types": "^1.0.4",
|
|
"@lit/localize-tools": "^0.8.0",
|
|
"@storybook/addon-docs": "^9.0.18",
|
|
"@storybook/addon-links": "^9.0.18",
|
|
"@storybook/web-components": "^9.0.18",
|
|
"@storybook/web-components-vite": "^9.0.18",
|
|
"@types/chart.js": "^4.0.1",
|
|
"@types/codemirror": "^5.60.16",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/grecaptcha": "^3.0.9",
|
|
"@types/guacamole-common-js": "^1.5.3",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^24.1.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
"@typescript-eslint/parser": "^8.8.0",
|
|
"@wdio/browser-runner": "9.15",
|
|
"@wdio/cli": "9.15",
|
|
"@wdio/spec-reporter": "^9.15.0",
|
|
"@web/test-runner": "^0.20.2",
|
|
"chromedriver": "^138.0.3",
|
|
"esbuild": "^0.25.8",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
|
"esbuild-plugins-node-modules-polyfill": "^1.7.1",
|
|
"eslint": "^9.31.0",
|
|
"eslint-plugin-lit": "^2.1.1",
|
|
"eslint-plugin-wc": "^3.0.1",
|
|
"github-slugger": "^2.0.0",
|
|
"globals": "^16.3.0",
|
|
"knip": "^5.62.0",
|
|
"lit-analyzer": "^2.0.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.3.3",
|
|
"pseudolocale": "^2.1.0",
|
|
"rollup-plugin-postcss-lit": "^2.2.0",
|
|
"storybook": "^9.0.16",
|
|
"turnstile-types": "^1.2.3",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite-plugin-lit-css": "^2.1.0",
|
|
"wireit": "^0.14.12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/darwin-arm64": "^0.25.4",
|
|
"@esbuild/linux-arm64": "^0.25.4",
|
|
"@esbuild/linux-x64": "^0.25.4",
|
|
"@rollup/rollup-darwin-arm64": "^4.45.1",
|
|
"@rollup/rollup-linux-arm64-gnu": "^4.45.1",
|
|
"@rollup/rollup-linux-x64-gnu": "^4.45.1"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"#comment": [
|
|
"`npm run build` and `npm run watch` are the most common ",
|
|
"commands you should be using when working on the front end",
|
|
"The files and output spec here expect you to use `npm run build --watch` ",
|
|
"instead of `npm run watch`. The former is more comprehensive, but ",
|
|
"the latter is faster."
|
|
],
|
|
"command": "${NODE_RUNNER} scripts/build-web.mjs",
|
|
"files": [
|
|
"src/**/*.{css,jpg,png,ts,js,json}",
|
|
"!src/**/*.stories.ts",
|
|
"!src/**/*.tests.ts",
|
|
"!src/locales/*.ts",
|
|
"!src/locale-codes.ts",
|
|
"icons/**/*"
|
|
],
|
|
"output": [
|
|
"./dist/admin/**",
|
|
"./dist/user/**",
|
|
"./dist/flow/**",
|
|
"./dist/standalone/api-browser/**",
|
|
"./dist/standalone/loading/**",
|
|
"./dist/enterprise/**",
|
|
"./dist/poly-*.js",
|
|
"./dist/poly-*.js.map",
|
|
"./dist/theme-dark.css",
|
|
"./dist/one-dark.css",
|
|
"./dist/patternfly.min.css"
|
|
],
|
|
"dependencies": [
|
|
"build-locales",
|
|
"build:sfe"
|
|
],
|
|
"env": {
|
|
"NODE_RUNNER": {
|
|
"external": true,
|
|
"default": "node"
|
|
}
|
|
}
|
|
},
|
|
"build-proxy": {
|
|
"command": "node scripts/build-web.mjs --proxy",
|
|
"dependencies": [
|
|
"build-locales"
|
|
]
|
|
},
|
|
"build-locales:build": {
|
|
"command": "lit-localize build"
|
|
},
|
|
"build-locales:repair": {
|
|
"command": "prettier --write ./src/locale-codes.ts"
|
|
},
|
|
"build-locales": {
|
|
"command": "node scripts/build-locales.mjs",
|
|
"files": [
|
|
"./xliff/*.xlf"
|
|
],
|
|
"output": [
|
|
"./src/locales/*.ts",
|
|
"./src/locale-codes.ts"
|
|
]
|
|
},
|
|
"extract-locales": {
|
|
"command": "lit-localize extract"
|
|
},
|
|
"lint:components": {
|
|
"command": "lit-analyzer src"
|
|
},
|
|
"lint:types:tests": {
|
|
"command": "tsc --noEmit -p ./tests"
|
|
},
|
|
"lint:types": {
|
|
"command": "tsc -p .",
|
|
"env": {
|
|
"NODE_OPTIONS": "--max_old_space_size=8192"
|
|
},
|
|
"dependencies": [
|
|
"build-locales",
|
|
"lint:types:tests"
|
|
]
|
|
},
|
|
"lint:lockfile": {
|
|
"__comment": "The lockfile-lint package does not have an option to ensure resolved hashes are set everywhere",
|
|
"shell": true,
|
|
"command": "sh ./scripts/lint-lockfile.sh package-lock.json"
|
|
},
|
|
"lit-analyse": {
|
|
"command": "lit-analyzer src"
|
|
},
|
|
"precommit": {
|
|
"command": "prettier --write .",
|
|
"dependencies": [
|
|
"lint",
|
|
"lint:types",
|
|
"lint:components",
|
|
"lint:lockfile"
|
|
]
|
|
},
|
|
"storybook:build": {
|
|
"command": "storybook build",
|
|
"env": {
|
|
"NODE_OPTIONS": "--max_old_space_size=8192"
|
|
}
|
|
},
|
|
"test": {
|
|
"command": "wdio ./wdio.conf.ts --logLevel=warn",
|
|
"env": {
|
|
"CI": "true",
|
|
"TS_NODE_PROJECT": "tsconfig.test.json"
|
|
}
|
|
},
|
|
"test:e2e": {
|
|
"command": "wdio run ./tests/wdio.conf.ts",
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"env": {
|
|
"CI": "true",
|
|
"TS_NODE_PROJECT": "./tests/tsconfig.test.json"
|
|
}
|
|
},
|
|
"test:e2e:watch": {
|
|
"command": "wdio run ./tests/wdio.conf.ts",
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"env": {
|
|
"TS_NODE_PROJECT": "./tests/tsconfig.test.json"
|
|
}
|
|
},
|
|
"test:watch": {
|
|
"command": "wdio run ./wdio.conf.ts",
|
|
"dependencies": [
|
|
"build"
|
|
],
|
|
"env": {
|
|
"TS_NODE_PROJECT": "tsconfig.test.json"
|
|
}
|
|
},
|
|
"tsc": {
|
|
"command": "tsc -p .",
|
|
"env": {
|
|
"NODE_OPTIONS": "--max_old_space_size=8192"
|
|
},
|
|
"dependencies": [
|
|
"build-locales"
|
|
]
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"prettier": "@goauthentik/prettier-config",
|
|
"overrides": {
|
|
"chromedriver": {
|
|
"axios": "^1.8.4"
|
|
},
|
|
"format-imports": {
|
|
"eslint": "^9.30.1"
|
|
},
|
|
"rapidoc": {
|
|
"@apitools/openapi-parser@": "0.0.37"
|
|
}
|
|
}
|
|
}
|