UNPKG

sv-custom-components

Version:
86 lines (85 loc) 2.23 kB
{ "name": "sv-custom-components", "private": false, "version": "0.1.0", "type": "module", "main": "dist/index.js", "typings": "dist/index.d.js", "keywords": [ "react", "dev", "sergio", "vicente" ], "license": "MIT", "homepage": "https//fernando-herrera.com", "repository": { "url": "https://TODO", "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_592602060054bc8", "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.6", "@eslint/js": "^9.21.0", "@storybook/addon-essentials": "^8.6.12", "@storybook/addon-onboarding": "^8.6.12", "@storybook/blocks": "^8.6.12", "@storybook/experimental-addon-test": "^8.6.12", "@storybook/react": "^8.6.12", "@storybook/react-vite": "^8.6.12", "@storybook/test": "^8.6.12", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react-swc": "^3.8.0", "@vitest/browser": "^3.1.3", "@vitest/coverage-v8": "^3.1.3", "chromatic": "^11.28.2", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.12.0", "globals": "^15.15.0", "np": "^10.2.0", "playwright": "^1.52.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "storybook": "^8.6.12", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vitest": "^3.1.3" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] } }