2020-02-21 10:20:55 +00:00
|
|
|
{
|
2022-11-03 15:00:00 +00:00
|
|
|
"name": "@goauthentik/web",
|
2022-07-04 19:10:16 +00:00
|
|
|
"version": "0.0.0",
|
2021-02-03 20:18:31 +00:00
|
|
|
"private": true,
|
2022-11-03 15:00:00 +00:00
|
|
|
"license": "MIT",
|
2020-11-21 19:48:49 +00:00
|
|
|
"scripts": {
|
2021-04-03 17:07:11 +00:00
|
|
|
"extract": "lingui extract",
|
2023-02-23 19:45:48 +00:00
|
|
|
"build": "lingui compile && node --max-old-space-size=4096 node_modules/.bin/rollup -c ./rollup.config.js",
|
|
|
|
"build-proxy": "lingui compile && node --max-old-space-size=4096 node_modules/.bin/rollup -c ./rollup.proxy.js",
|
2023-02-21 10:59:33 +00:00
|
|
|
"watch": "lingui compile && node --max-old-space-size=8192 node_modules/.bin/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 .",
|
2023-01-01 22:44:15 +00:00
|
|
|
"tsc": "lingui compile && tsc --noEmit -p .",
|
2022-06-10 21:33:14 +00:00
|
|
|
"background-image": "npx @squoosh/cli -d src/assets/images --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
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-01 20:36:16 +00:00
|
|
|
"@babel/core": "^7.21.5",
|
2023-02-21 10:03:02 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
2023-04-03 11:37:52 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.21.4",
|
2023-05-01 20:23:44 +00:00
|
|
|
"@babel/preset-env": "^7.21.5",
|
2023-04-03 11:39:31 +00:00
|
|
|
"@babel/preset-typescript": "^7.21.4",
|
2023-03-28 10:01:03 +00:00
|
|
|
"@codemirror/lang-html": "^6.4.3",
|
2023-04-20 08:45:26 +00:00
|
|
|
"@codemirror/lang-javascript": "^6.1.7",
|
2023-03-02 10:55:29 +00:00
|
|
|
"@codemirror/lang-python": "^6.1.2",
|
2023-01-13 10:27:11 +00:00
|
|
|
"@codemirror/lang-xml": "^6.0.2",
|
2023-03-21 11:12:55 +00:00
|
|
|
"@codemirror/legacy-modes": "^6.3.2",
|
2023-04-18 07:50:30 +00:00
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
2023-04-19 08:25:31 +00:00
|
|
|
"@formatjs/intl-listformat": "^7.2.1",
|
2023-03-28 10:00:51 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
2023-04-19 14:39:53 +00:00
|
|
|
"@goauthentik/api": "^2023.4.1-1681914191",
|
2023-01-01 17:49:41 +00:00
|
|
|
"@hcaptcha/types": "^1.0.3",
|
2022-07-04 19:59:57 +00:00
|
|
|
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
|
2023-04-27 15:28:08 +00:00
|
|
|
"@lingui/cli": "^4.0.0",
|
|
|
|
"@lingui/core": "^4.0.0",
|
|
|
|
"@lingui/detect-locale": "^4.0.0",
|
|
|
|
"@lingui/format-po-gettext": "^4.0.0",
|
|
|
|
"@lingui/macro": "^4.0.0",
|
2023-02-03 10:25:01 +00:00
|
|
|
"@patternfly/patternfly": "^4.224.2",
|
2022-11-28 09:25:06 +00:00
|
|
|
"@rollup/plugin-babel": "^6.0.3",
|
2023-04-12 09:20:55 +00:00
|
|
|
"@rollup/plugin-commonjs": "^24.1.0",
|
2023-04-05 09:31:05 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
2022-12-19 09:13:06 +00:00
|
|
|
"@rollup/plugin-replace": "^5.0.2",
|
2023-04-05 09:29:33 +00:00
|
|
|
"@rollup/plugin-typescript": "^11.1.0",
|
2023-04-28 08:15:46 +00:00
|
|
|
"@sentry/browser": "^7.50.0",
|
2023-04-28 08:54:21 +00:00
|
|
|
"@sentry/tracing": "^7.50.0",
|
2023-01-04 08:54:17 +00:00
|
|
|
"@squoosh/cli": "^0.7.3",
|
2023-02-27 09:43:41 +00:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
2022-04-25 10:27:40 +00:00
|
|
|
"@types/chart.js": "^2.9.37",
|
2023-01-24 09:48:00 +00:00
|
|
|
"@types/codemirror": "5.60.7",
|
2022-03-17 08:46:23 +00:00
|
|
|
"@types/grecaptcha": "^3.0.4",
|
2023-04-25 07:54:53 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
2023-04-25 07:56:38 +00:00
|
|
|
"@typescript-eslint/parser": "^5.59.1",
|
2023-03-31 08:53:06 +00:00
|
|
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
2021-05-06 06:42:54 +00:00
|
|
|
"babel-plugin-macros": "^3.1.0",
|
2022-06-25 15:44:17 +00:00
|
|
|
"babel-plugin-tsconfig-paths": "^1.0.3",
|
2021-02-17 19:49:58 +00:00
|
|
|
"base64-js": "^1.5.1",
|
2023-05-01 20:26:03 +00:00
|
|
|
"chart.js": "^4.3.0",
|
2022-11-22 09:05:23 +00:00
|
|
|
"chartjs-adapter-moment": "^1.0.1",
|
2022-07-01 13:46:27 +00:00
|
|
|
"codemirror": "^6.0.1",
|
2022-01-31 11:09:13 +00:00
|
|
|
"construct-style-sheets-polyfill": "^3.1.0",
|
2023-04-14 08:35:12 +00:00
|
|
|
"core-js": "^3.30.1",
|
2023-03-23 10:09:58 +00:00
|
|
|
"country-flag-icons": "^1.5.7",
|
2023-04-24 09:31:06 +00:00
|
|
|
"eslint": "^8.39.0",
|
2021-04-03 17:07:11 +00:00
|
|
|
"eslint-config-google": "^0.14.0",
|
2023-04-10 16:57:11 +00:00
|
|
|
"eslint-plugin-custom-elements": "0.0.8",
|
2023-04-19 08:25:20 +00:00
|
|
|
"eslint-plugin-lit": "^1.8.3",
|
2022-05-11 07:58:59 +00:00
|
|
|
"fuse.js": "^6.6.2",
|
2023-04-26 08:51:18 +00:00
|
|
|
"lit": "^2.7.3",
|
2023-04-05 09:30:24 +00:00
|
|
|
"mermaid": "^10.1.0",
|
2022-07-06 20:18:05 +00:00
|
|
|
"moment": "^2.29.4",
|
2023-04-24 08:00:09 +00:00
|
|
|
"prettier": "^2.8.8",
|
2023-04-27 10:08:12 +00:00
|
|
|
"pyright": "^1.1.305",
|
2023-01-16 09:00:06 +00:00
|
|
|
"rapidoc": "^9.3.4",
|
2022-09-23 07:21:35 +00:00
|
|
|
"rollup": "^2.79.1",
|
2021-02-19 08:21:34 +00:00
|
|
|
"rollup-plugin-copy": "^3.4.0",
|
2022-08-23 07:23:10 +00:00
|
|
|
"rollup-plugin-cssimport": "^1.0.3",
|
2021-03-10 08:14:16 +00:00
|
|
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
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",
|
2023-01-27 10:42:49 +00:00
|
|
|
"tslib": "^2.5.0",
|
2023-03-10 10:56:45 +00:00
|
|
|
"turnstile-types": "^1.1.2",
|
2023-04-27 15:28:08 +00:00
|
|
|
"typescript": "^5.0.4",
|
2023-02-01 09:46:30 +00:00
|
|
|
"webcomponent-qr-code": "^1.1.1",
|
2023-04-25 07:55:12 +00:00
|
|
|
"yaml": "^2.2.2"
|
2021-08-23 14:47:56 +00:00
|
|
|
}
|
2020-02-21 10:20:55 +00:00
|
|
|
}
|