UNPKG

fenextjs

Version:
74 lines (73 loc) • 2.33 kB
{ "name": "fenextjs", "version": "16.0.3", "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 generate && 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": "bun i && npm run update-package && npm run remove && npm run bun-i && npm run flb", "u": "npm run update", "generate": "bun ./bun/generate.tsx" }, "repository": { "type": "git", "url": "git+https://github.com/franciscoblancojn/fenextjs.git" }, "keywords": [ "fenextjs", "react" ], "author": "franciscoblancojn", "license": "ISC", "bugs": { "url": "https://github.com/franciscoblancojn/fenextjs/issues" }, "homepage": "https://github.com/franciscoblancojn/fenextjs#readme", "dependencies": { "country-state-city-nextjs": "10.0.0", "fenextjs-component": "16.0.1", "fenextjs-date": "3.3.0", "fenextjs-error": "3.2.3", "fenextjs-export": "4.1.0", "fenextjs-firebase": "6.0.0", "fenextjs-functions": "7.0.0", "fenextjs-hook": "15.0.0", "fenextjs-img-placeholder": "4.0.0", "fenextjs-interface": "4.8.1", "fenextjs-dependencies": "1.0.0", "fenextjs-svg": "9.0.0", "fenextjs-validator": "4.7.0" }, "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", "tslib": "2.6.2", "typescript": "5.4.4" }, "files": [ "cjs", "esm" ] }