mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* web: Prep ESBuild plugin for publish. * prettier-config: Update deps. * eslint-config: Update deps. * docusaurus-config: Update deps. * docs: Update deps. * docs: Enable linter. * docs: Lint. * web/sfe: Clean up types. Prep for monorepo. * esbuild-plugin-live-reload: Update deps. * web: Tidy ESLint, script commands. * web: Fix logs. * web: Lint. * web: Split compile check from cached version.
39 lines
1023 B
JSON
39 lines
1023 B
JSON
{
|
|
"name": "@goauthentik/prettier-config",
|
|
"version": "1.0.5",
|
|
"description": "authentik's Prettier config",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -p ."
|
|
},
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"devDependencies": {
|
|
"@goauthentik/tsconfig": "^1.0.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-packagejson": "^2.5.14",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"prettier-plugin-packagejson": "^2.5.14"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.11"
|
|
},
|
|
"types": "./out/index.d.ts",
|
|
"files": [
|
|
"./index.js",
|
|
"lib/**/*",
|
|
"out/**/*"
|
|
],
|
|
"prettier": "./index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|