![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.6.7 to 1.6.13. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.6.7...v1.6.13) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
848 B
JSON
29 lines
848 B
JSON
{
|
|
"name": "@goauthentik/web-sfe",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@goauthentik/api": "^2024.6.0-1719577139",
|
|
"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.6.13",
|
|
"@types/jquery": "^3.5.30",
|
|
"rollup": "^4.18.0",
|
|
"rollup-plugin-copy": "^3.5.0"
|
|
}
|
|
}
|