52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "pl-hooks",
|
|
"version": "0.0.14",
|
|
"homepage": "https://codeberg.org/mkljczk/nicolium/src/branch/develop/packages/pl-hooks",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/mkljczk/nicolium/issues"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/mkljczk/nicolium"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"module": "./dist/main.es.js",
|
|
"types": "dist/main.d.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --p ./tsconfig-build.json && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "oxlint",
|
|
"fmt": "oxfmt",
|
|
"fmt:check": "oxfmt --check"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"lodash": "^4.17.23",
|
|
"pl-api": "workspace:*",
|
|
"react": "^19.2.4",
|
|
"valibot": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.24",
|
|
"@types/node": "^25.3.0",
|
|
"@types/react": "^19.2.14",
|
|
"oxfmt": "^0.35.0",
|
|
"oxlint": "^1.50.0",
|
|
"oxlint-tsgolint": "^0.15.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-dts": "^4.5.4ls"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,cjs,mjs,ts,tsx}": [
|
|
"oxlint",
|
|
"oxfmt --check"
|
|
]
|
|
}
|
|
}
|