109 lines
4.2 KiB
JSON
109 lines
4.2 KiB
JSON
{
|
|
"name": "authentik-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "GNU GPLv3",
|
|
"scripts": {
|
|
"extract": "lingui extract",
|
|
"build": "lingui compile && rollup -c ./rollup.config.js",
|
|
"build-proxy": "lingui compile && rollup -c ./rollup.proxy.js",
|
|
"watch": "lingui compile && rollup -c -w",
|
|
"lint": "eslint . --max-warnings 0 --fix",
|
|
"lit-analyse": "lit-analyzer src",
|
|
"prettier-check": "prettier --check .",
|
|
"prettier": "prettier --write .",
|
|
"background-image": "npx @squoosh/cli --resize '{\"enabled\":true,\"width\":2560,\"method\":\"lanczos3\",\"fitMethod\":\"contain\",\"premultiply\":true,\"linearRGB\":true}' --mozjpeg '{\"quality\":75,\"baseline\":false,\"arithmetic\":false,\"progressive\":true,\"optimize_coding\":true,\"smoothing\":0,\"color_space\":3,\"quant_table\":3,\"trellis_multipass\":false,\"trellis_opt_zero\":false,\"trellis_opt_table\":false,\"trellis_loops\":1,\"auto_subsample\":true,\"chroma_subsample\":2,\"separate_chroma_quality\":false,\"chroma_quality\":75}' src/assets/images/flow_background.jpg"
|
|
},
|
|
"lingui": {
|
|
"sourceLocale": "en",
|
|
"locales": [
|
|
"en",
|
|
"pseudo-LOCALE",
|
|
"fr_FR",
|
|
"tr"
|
|
],
|
|
"formatOptions": {
|
|
"lineNumbers": false
|
|
},
|
|
"pseudoLocale": "pseudo-LOCALE",
|
|
"fallbackLocales": {
|
|
"pseudo-LOCALE": "en",
|
|
"default": "en"
|
|
},
|
|
"format": "po-gettext",
|
|
"compileNamespace": "ts",
|
|
"catalogs": [
|
|
{
|
|
"path": "src/locales/{locale}",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/dist/**"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/plugin-proposal-decorators": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
"@babel/preset-env": "^7.16.7",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"@goauthentik/api": "^2021.12.5-1641504102",
|
|
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
|
"@lingui/cli": "^3.13.0",
|
|
"@lingui/core": "^3.13.0",
|
|
"@lingui/detect-locale": "^3.13.0",
|
|
"@lingui/macro": "^3.13.0",
|
|
"@patternfly/patternfly": "^4.164.2",
|
|
"@polymer/iron-form": "^3.0.1",
|
|
"@polymer/paper-input": "^3.2.1",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@rollup/plugin-replace": "^3.0.1",
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"@sentry/browser": "^6.16.1",
|
|
"@sentry/tracing": "^6.16.1",
|
|
"@squoosh/cli": "^0.7.2",
|
|
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
|
|
"@types/chart.js": "^2.9.35",
|
|
"@types/codemirror": "5.60.5",
|
|
"@types/grecaptcha": "^3.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
|
"@typescript-eslint/parser": "^5.9.1",
|
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"base64-js": "^1.5.1",
|
|
"chart.js": "^3.7.0",
|
|
"chartjs-adapter-moment": "^1.0.0",
|
|
"codemirror": "^5.65.0",
|
|
"construct-style-sheets-polyfill": "^3.0.5",
|
|
"country-flag-icons": "^1.4.19",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-custom-elements": "0.0.4",
|
|
"eslint-plugin-lit": "^1.6.1",
|
|
"flowchart.js": "^1.17.0",
|
|
"fuse.js": "^6.5.3",
|
|
"lit": "^2.1.1",
|
|
"moment": "^2.29.1",
|
|
"prettier": "^2.5.1",
|
|
"rapidoc": "^9.1.3",
|
|
"rollup": "^2.63.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-cssimport": "^1.0.2",
|
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"ts-lit-plugin": "^1.2.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4",
|
|
"webcomponent-qr-code": "^1.0.5",
|
|
"yaml": "^1.10.2"
|
|
}
|
|
}
|