bigbuffet-rw/packages/pl-hooks/package.json
marcin mikołajczak e0b55d0acb pl-api: release 1.0.0-rc.1
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-11-29 19:59:18 +01:00

47 lines
1.3 KiB
JSON

{
"name": "pl-hooks",
"version": "0.0.6",
"type": "module",
"homepage": "https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-hooks",
"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",
"lint": "npx eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx . --cache"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/node": "^20.14.12",
"@types/react": "^18.3.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {
"@tanstack/react-query": "^5.59.16",
"lodash": "^4.17.21",
"pl-api": "^1.0.0-rc.1",
"react": "^18.3.1",
"valibot": "^0.42.1"
},
"module": "./dist/main.es.js",
"types": "dist/main.d.ts",
"files": [
"dist"
]
}