fh-my-storybook-components
Version:
## Instalación
76 lines (75 loc) • 2.08 kB
JSON
{
"name": "fh-my-storybook-components",
"private": false,
"version": "0.2.4",
"keywords": [
"react",
"dev",
"do-not-use"
],
"type": "module",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://fernando-herrera.com",
"repository": {
"url": "https://github.com/Klerith/sb-components-vite",
"type": "git"
},
"release": {
"branches": [
"main"
]
},
"files": [
"dist/"
],
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"dev": "npm run storybook",
"build": "npm run clean && tsc && npm run copyfiles",
"build:old": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"copyfiles": "copyfiles -u 1 src/**/*.css dist/",
"clean": "rimraf dist/",
"push:npm": "np",
"test": "echo \"No test specified\""
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@storybook/addon-essentials": "^7.5.0",
"@storybook/addon-interactions": "^7.5.0",
"@storybook/addon-links": "^7.5.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.0",
"@storybook/react": "^7.5.0",
"@storybook/react-vite": "^7.5.0",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"copyfiles": "^2.4.1",
"eslint": "^8.51.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.15",
"np": "^8.0.4",
"rimraf": "^5.0.5",
"storybook": "^7.5.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}