fenextjs-hook
Version:
81 lines (80 loc) • 2.35 kB
JSON
{
"name": "fenextjs-hook",
"version": "15.0.0",
"description": "",
"main": "./cjs/index.js",
"module": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "echo 'esm'",
"build:cjs": "tsc --module commonjs --outDir cjs",
"lint": "npx eslint src",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier src --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix",
"flb": "npm run format && npm run lint && npm run build",
"bun-i": "bun i",
"remove-bun-lockb": "rm -r bun.lockb",
"remove-node-module": "rm -r node_modules",
"remove": "npm run remove-node-module && npm run remove-bun-lockb",
"update-package": "ncu -u '/^fenextjs.*$/' country-state-city-nextjs uselocalstoragenextjs",
"update": "npm run update-package && npm run remove && npm run bun-i && npm run flb",
"u": "npm run update",
"test": "bun ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franciscoblancojn/fenextjs-hook.git"
},
"keywords": [
"fenextjs",
"ts",
"hook",
"nextjs",
"useData",
"useRequest",
"useModal",
"useNotification",
"useQuery",
"useUser",
"usePhone",
"useLanguage",
"useValidator"
],
"author": "franciscoblancojn",
"license": "ISC",
"bugs": {
"url": "https://github.com/franciscoblancojn/fenextjs-hook/issues"
},
"homepage": "https://github.com/franciscoblancojn/fenextjs-hook#readme",
"dependencies": {
"@tanstack/react-query": "5.59.16",
"country-state-city-nextjs": "10.0.0",
"fenextjs-date": "3.3.0",
"fenextjs-dependencies": "1.0.0",
"fenextjs-error": "3.2.3",
"fenextjs-functions": "7.0.0",
"fenextjs-interface": "4.8.1",
"fenextjs-validator": "4.7.0",
"jwt-decode": "4.0.0",
"tslib": "^2.8.1"
},
"files": [
"cjs",
"esm"
],
"devDependencies": {
"@types/node": "20.12.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"npm-check-updates": "16.14.18",
"prettier": "3.2.5",
"ts-loader": "9.5.1",
"typescript": "5.4.4"
}
}