2024-01-05 15:56:55 +00:00
|
|
|
{
|
|
|
|
"name": "@goauthentik/web",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2024-01-05 21:11:06 +00:00
|
|
|
"extract-locales": "lage extract-locales",
|
|
|
|
"build-locales": "lage build-locales",
|
|
|
|
"build-locales:build": "lage build-locales:build",
|
|
|
|
"build-locales:repair": "lage build-locales:repair",
|
|
|
|
"rollup:build": "lage rollup:build",
|
|
|
|
"rollup:build-proxy": "lage rollup:build-proxy",
|
|
|
|
"rollup:watch": "lage rollup:watch",
|
2024-01-05 15:56:55 +00:00
|
|
|
"build": "lage build",
|
2024-01-05 21:11:06 +00:00
|
|
|
"build-proxy": "lage build-proxy",
|
2024-01-05 23:56:44 +00:00
|
|
|
"watch": "lage watch --verbose",
|
2024-01-05 15:56:55 +00:00
|
|
|
"lint": "lage lint",
|
2024-01-05 21:11:06 +00:00
|
|
|
"lint:precommit": "lage lint:precommit",
|
|
|
|
"lint:spelling": "lage lint:spelling",
|
2024-01-05 20:15:35 +00:00
|
|
|
"lit-analyse": "lage lit-analyse",
|
2024-01-05 21:11:06 +00:00
|
|
|
"precommit": "lage precommit",
|
|
|
|
"prequick": "lage prequick",
|
|
|
|
"prettier-check": "lage prettier-check",
|
2024-01-05 15:56:55 +00:00
|
|
|
"prettier": "lage prettier",
|
2024-01-05 21:11:06 +00:00
|
|
|
"pseudolocalize:build-extract-script": "lage pseudolocalize:build-extract-script",
|
|
|
|
"pseudolocalize:extract": "lage pseudolocalize:extract",
|
|
|
|
"pseudolocalize": "lage pseudolocalize",
|
|
|
|
"tsc:execute": "lage tsc:execute",
|
|
|
|
"tsc": "lage tsc",
|
2024-01-05 23:56:44 +00:00
|
|
|
"storybook": "lage storybook --verbose",
|
2024-01-05 21:11:06 +00:00
|
|
|
"storybook:build": "lage storybook:build",
|
|
|
|
"storybook:build-import-map": "lage storybook:build-import-map",
|
|
|
|
"storybook:build-import-map-script": "lage storybook:build-import-map-script",
|
|
|
|
"storybook:run-import-map-script": "lage storybook:run-import-map-script"
|
2024-01-05 15:56:55 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"@esbuild/darwin-arm64": "^0.19.10",
|
|
|
|
"@esbuild/linux-amd64": "^0.18.11",
|
|
|
|
"@esbuild/linux-arm64": "^0.19.10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@manypkg/cli": "^0.21.1",
|
|
|
|
"lage": "^2.7.9"
|
|
|
|
},
|
|
|
|
"workspaces": [
|
2024-01-09 17:04:02 +00:00
|
|
|
"packages/authentik",
|
|
|
|
"packages/localization"
|
2024-01-05 15:56:55 +00:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=20"
|
|
|
|
}
|
|
|
|
}
|