5a359ec5e1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "pl-api",
|
|
"version": "0.0.36",
|
|
"type": "module",
|
|
"homepage": "https://github.com/mkljczk/pl-fe/tree/fork/packages/pl-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mkljczk/pl-fe"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mkljczk/pl-fe/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/http-link-header": "^1.0.7",
|
|
"@types/lodash.pick": "^4.4.9",
|
|
"@types/node": "^20.14.12",
|
|
"@types/semver": "^7.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.49.0",
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
|
"eslint-plugin-compat": "^4.2.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.4.0",
|
|
"vite-plugin-dts": "^4.0.3"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"dependencies": {
|
|
"blurhash": "^2.0.5",
|
|
"http-link-header": "^1.1.3",
|
|
"lodash.pick": "^4.4.0",
|
|
"object-to-formdata": "^4.5.1",
|
|
"query-string": "^9.1.0",
|
|
"semver": "^7.6.3",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"module": "./dist/main.es.js",
|
|
"types": "dist/main.d.ts",
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|