UNPKG

fenextjs-component

Version:
98 lines (97 loc) • 3.47 kB
{ "name": "fenextjs-component", "version": "16.6.1", "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", "ngrok": "ngrok http 6006", "build-storybook": "storybook build", "sass-min": "sass ./styles/index.scss:./styles/index.css --style compressed", "sass": "sass ./styles/index.scss:./styles/index.css", "lint": "npx eslint src", "lint:fix": "npm run lint -- --fix", "prettier": "npx prettier src '!**/*.stories.tsx' --check", "prettier:fix": "npm run prettier -- --write", "format": "npm run prettier:fix && npm run lint:fix", "push-storybook": "npm run build-storybook && git addc flb && git push vercel && git push", "flb": "npm run generate && npm run format && npm run lint && npm run build && npm run sass-min && npm run build-storybook", "storybook": "storybook dev -p 6006", "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-storybook": "ncu -u '/.*storybook.*$/'", "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", "generate": "npm run generate-template", "generate-template": "bun ./script/generate-template.tsx" }, "repository": { "type": "git", "url": "git+https://github.com/franciscoblancojn/fenextjs-component.git" }, "keywords": [ "fenextjs", "nextjs", "ts" ], "author": "franciscoblancojn", "license": "ISC", "bugs": { "url": "https://github.com/franciscoblancojn/fenextjs-component/issues" }, "homepage": "https://github.com/franciscoblancojn/fenextjs-component#readme", "dependencies": { "@react-google-maps/api": "2.19.3", "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.3", "fenextjs-hook": "15.2.2", "fenextjs-img-placeholder": "4.0.1", "fenextjs-interface": "4.8.1", "fenextjs-svg": "9.0.0", "fenextjs-validator": "4.7.0", "qr-scanner": "1.4.2" }, "files": [ "cjs", "esm", "styles/index.css" ], "devDependencies": { "@storybook/addon-actions": "8.0.9", "@storybook/addon-essentials": "8.0.9", "@storybook/addon-interactions": "8.0.9", "@storybook/addon-links": "8.0.9", "@storybook/addon-onboarding": "8.0.9", "@storybook/blocks": "8.0.9", "@storybook/builder-webpack5": "8.0.9", "@storybook/react": "8.0.9", "@storybook/react-vite": "8.0.9", "@storybook/testing-library": "0.2.2", "@types/minimatch": "^6.0.0", "@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", "eslint-plugin-storybook": "0.8.0", "npm-check-updates": "16.14.18", "prettier": "3.2.5", "sass": "^1.82.0", "storybook": "8.0.9", "storybook-dark-mode": "4.0.1", "ts-loader": "9.5.1", "tslib": "2.6.2", "typescript": "5.4.4" } }