Move begun; sfe cleanup completed.

This commit is contained in:
Ken Sternberg
2024-08-08 11:14:50 -07:00
parent 261133aee3
commit cc9128fd46
22 changed files with 42 additions and 3085 deletions

View File

@ -0,0 +1,42 @@
{
"name": "@goauthentik/common",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {},
"exports": {
"./*": "./dist/*"
},
"files": [
"./dist/**/*"
],
"dependencies": {
"@sentry/browser": "^8.23.0",
"base64-js": "^1.5.1"
},
"peerDependencies": {
"@lit/localize": "^0.12.2",
"lit": "^3.2.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-nightmare-mode": "^2.3.0",
"eslint-plugin-custom-elements": "^0.0.8",
"eslint-plugin-lit": "^1.14.0",
"eslint-plugin-sonarjs": "^1.0.4",
"glob": "^11.0.0",
"lit-analyzer": "^2.0.3",
"lockfile-lint": "^4.14.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"syncpack": "^12.4.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"typesync": "^0.13.0"
}
}

3057
web/sfe/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +0,0 @@
{
"name": "@goauthentik/web-sfe",
"version": "0.0.0",
"private": true,
"license": "MIT",
"dependencies": {
"@goauthentik/api": "^2024.6.3-1723109801",
"base64-js": "^1.5.1",
"bootstrap": "^4.6.1",
"formdata-polyfill": "^4.0.10",
"jquery": "^3.7.1",
"weakmap-polyfill": "^2.0.4"
},
"scripts": {
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"watch": "rollup -w -c rollup.config.js --bundleConfigAsCjs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-swc": "^0.3.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.6",
"@types/jquery": "^3.5.30",
"rollup": "^4.20.0",
"rollup-plugin-copy": "^3.5.0"
}
}