fedrick-fp-custom-components
Version:
82 lines (81 loc) • 2.15 kB
JSON
{
"name": "fedrick-fp-custom-components",
"private": false,
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"react",
"dev",
"fedrick",
"curso"
],
"license": "MIT",
"homepage": "https://fernando-herrera.com",
"repository": {
"url": "https://github.com/Fedrickzz/fedrick-fp-custom-components",
"type": "git"
},
"files": [
"dist/"
],
"release": {
"branches": [
"main"
]
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0|| ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0|| ^19.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"dev": "npm run storybook",
"build": "npm run clean && tsc && npm run copyfiles",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_3eaafb6c7bb89f5",
"clean": "rimraf dist/",
"copyfiles": "copyfiles -u 1 \"src/**/*.css\" dist/",
"push:npm": "np",
"test": "echo 'All test were good'"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.4",
"@eslint/js": "^9.19.0",
"@storybook/addon-essentials": "^8.5.8",
"@storybook/addon-interactions": "^8.5.8",
"@storybook/addon-onboarding": "^8.5.8",
"@storybook/blocks": "^8.5.8",
"@storybook/react": "^8.5.8",
"@storybook/react-vite": "^8.5.8",
"@storybook/test": "^8.5.8",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"chromatic": "^11.25.2",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-storybook": "^0.11.3",
"globals": "^15.14.0",
"np": "^10.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.5.8",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}