2020-02-21 10:20:55 +00:00
|
|
|
{
|
2021-02-03 20:18:31 +00:00
|
|
|
"name": "authentik-web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2020-12-24 15:01:55 +00:00
|
|
|
"license": "GNU GPLv3",
|
2020-11-21 19:48:49 +00:00
|
|
|
"scripts": {
|
2021-04-03 17:07:11 +00:00
|
|
|
"extract": "lingui extract",
|
|
|
|
"build": "lingui compile && rollup -c ./rollup.config.js",
|
2021-11-26 13:18:51 +00:00
|
|
|
"build-proxy": "lingui compile && rollup -c ./rollup.proxy.js",
|
2021-04-03 17:07:11 +00:00
|
|
|
"watch": "lingui compile && rollup -c -w",
|
2021-07-09 17:06:30 +00:00
|
|
|
"lint": "eslint . --max-warnings 0 --fix",
|
2021-08-03 15:52:21 +00:00
|
|
|
"lit-analyse": "lit-analyzer src",
|
|
|
|
"prettier-check": "prettier --check .",
|
2021-09-15 20:43:03 +00:00
|
|
|
"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"
|
2020-11-21 19:48:49 +00:00
|
|
|
},
|
2021-04-03 17:07:11 +00:00
|
|
|
"lingui": {
|
|
|
|
"sourceLocale": "en",
|
2021-04-04 21:19:08 +00:00
|
|
|
"locales": [
|
|
|
|
"en",
|
2021-10-01 12:06:32 +00:00
|
|
|
"pseudo-LOCALE",
|
2021-12-30 15:56:28 +00:00
|
|
|
"fr_FR",
|
|
|
|
"tr"
|
2021-04-04 21:19:08 +00:00
|
|
|
],
|
2021-05-19 22:06:10 +00:00
|
|
|
"formatOptions": {
|
|
|
|
"lineNumbers": false
|
|
|
|
},
|
2021-04-03 17:26:43 +00:00
|
|
|
"pseudoLocale": "pseudo-LOCALE",
|
|
|
|
"fallbackLocales": {
|
2021-10-05 12:53:02 +00:00
|
|
|
"pseudo-LOCALE": "en",
|
|
|
|
"default": "en"
|
2021-04-03 17:26:43 +00:00
|
|
|
},
|
2021-10-05 12:53:02 +00:00
|
|
|
"format": "po-gettext",
|
2021-04-03 17:07:11 +00:00
|
|
|
"compileNamespace": "ts",
|
|
|
|
"catalogs": [
|
|
|
|
{
|
|
|
|
"path": "src/locales/{locale}",
|
|
|
|
"include": [
|
|
|
|
"src"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"**/node_modules/**",
|
|
|
|
"**/dist/**"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2020-11-21 19:48:49 +00:00
|
|
|
"dependencies": {
|
2021-12-31 07:53:08 +00:00
|
|
|
"@babel/core": "^7.16.7",
|
2021-12-31 07:54:03 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.16.7",
|
2022-01-11 07:57:28 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
2021-12-31 07:54:13 +00:00
|
|
|
"@babel/preset-env": "^7.16.7",
|
2021-12-31 07:52:58 +00:00
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
2021-08-05 06:34:35 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
2022-01-06 21:23:23 +00:00
|
|
|
"@goauthentik/api": "^2021.12.5-1641504102",
|
2021-11-26 12:30:39 +00:00
|
|
|
"@jackfranklin/rollup-plugin-markdown": "^0.3.0",
|
2021-11-29 08:00:35 +00:00
|
|
|
"@lingui/cli": "^3.13.0",
|
2021-11-29 07:48:03 +00:00
|
|
|
"@lingui/core": "^3.13.0",
|
2021-11-29 08:00:25 +00:00
|
|
|
"@lingui/detect-locale": "^3.13.0",
|
2021-11-29 07:49:01 +00:00
|
|
|
"@lingui/macro": "^3.13.0",
|
2021-12-15 07:58:46 +00:00
|
|
|
"@patternfly/patternfly": "^4.164.2",
|
2021-03-24 23:02:35 +00:00
|
|
|
"@polymer/iron-form": "^3.0.1",
|
2021-03-29 08:09:43 +00:00
|
|
|
"@polymer/paper-input": "^3.2.1",
|
2021-04-03 16:20:17 +00:00
|
|
|
"@rollup/plugin-babel": "^5.3.0",
|
2021-11-02 09:38:20 +00:00
|
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
2022-01-06 07:48:54 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
2021-12-29 11:27:35 +00:00
|
|
|
"@rollup/plugin-replace": "^3.0.1",
|
2021-10-18 07:15:35 +00:00
|
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
2021-12-13 07:47:54 +00:00
|
|
|
"@sentry/browser": "^6.16.1",
|
2021-12-13 08:09:32 +00:00
|
|
|
"@sentry/tracing": "^6.16.1",
|
2021-09-15 20:43:03 +00:00
|
|
|
"@squoosh/cli": "^0.7.2",
|
2021-11-11 07:43:13 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
|
2021-12-24 08:49:14 +00:00
|
|
|
"@types/chart.js": "^2.9.35",
|
2021-10-12 06:33:01 +00:00
|
|
|
"@types/codemirror": "5.60.5",
|
2021-07-07 08:30:11 +00:00
|
|
|
"@types/grecaptcha": "^3.0.3",
|
2022-01-04 04:43:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
2022-01-11 07:57:51 +00:00
|
|
|
"@typescript-eslint/parser": "^5.9.1",
|
2021-08-03 07:23:25 +00:00
|
|
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
2021-05-06 06:42:54 +00:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2021-02-17 19:49:58 +00:00
|
|
|
"base64-js": "^1.5.1",
|
2021-12-24 08:50:16 +00:00
|
|
|
"chart.js": "^3.7.0",
|
2021-04-05 09:28:22 +00:00
|
|
|
"chartjs-adapter-moment": "^1.0.0",
|
2021-12-21 08:14:27 +00:00
|
|
|
"codemirror": "^5.65.0",
|
2021-12-10 08:41:24 +00:00
|
|
|
"construct-style-sheets-polyfill": "^3.0.5",
|
2022-01-05 20:02:33 +00:00
|
|
|
"country-flag-icons": "^1.4.19",
|
2022-01-03 09:34:36 +00:00
|
|
|
"eslint": "^8.6.0",
|
2021-04-03 17:07:11 +00:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2021-10-22 05:34:25 +00:00
|
|
|
"eslint-plugin-custom-elements": "0.0.4",
|
2021-10-20 07:13:52 +00:00
|
|
|
"eslint-plugin-lit": "^1.6.1",
|
2021-10-29 06:32:13 +00:00
|
|
|
"flowchart.js": "^1.17.0",
|
2021-12-24 08:49:31 +00:00
|
|
|
"fuse.js": "^6.5.3",
|
2022-01-07 08:14:23 +00:00
|
|
|
"lit": "^2.1.1",
|
2021-04-05 09:28:22 +00:00
|
|
|
"moment": "^2.29.1",
|
2021-12-06 07:39:52 +00:00
|
|
|
"prettier": "^2.5.1",
|
2021-09-27 07:22:31 +00:00
|
|
|
"rapidoc": "^9.1.3",
|
2022-01-05 07:47:09 +00:00
|
|
|
"rollup": "^2.63.0",
|
2021-02-19 08:21:34 +00:00
|
|
|
"rollup-plugin-copy": "^3.4.0",
|
2020-11-21 19:48:49 +00:00
|
|
|
"rollup-plugin-cssimport": "^1.0.2",
|
2021-03-10 08:14:16 +00:00
|
|
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
2020-11-21 19:48:49 +00:00
|
|
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
2020-12-01 08:15:41 +00:00
|
|
|
"rollup-plugin-terser": "^7.0.2",
|
2020-12-02 14:44:40 +00:00
|
|
|
"ts-lit-plugin": "^1.2.1",
|
2021-08-12 07:34:12 +00:00
|
|
|
"tslib": "^2.3.1",
|
2021-12-14 07:31:56 +00:00
|
|
|
"typescript": "^4.5.4",
|
2021-04-03 17:07:11 +00:00
|
|
|
"webcomponent-qr-code": "^1.0.5",
|
|
|
|
"yaml": "^1.10.2"
|
2021-08-23 14:47:56 +00:00
|
|
|
}
|
2020-02-21 10:20:55 +00:00
|
|
|
}
|