UNPKG

jm-custom-components

Version:
79 lines (78 loc) 2.17 kB
{ "name": "jm-custom-components", "private": false, "version": "0.1.0", "type": "module", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ "react", "dev", "Javier", "Miranda", "custom", "components" ], "license": "MIT", "homepage": "https://portfolio-caspec1.vercel.app/", "repository": { "url": "https://github.com/Caspec1/storybook-prueba", "type": "git" }, "files": [ "dist/" ], "release": { "branches": [ "main" ] }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "engines": { "node": ">=12.0.0" }, "scripts": { "dev": "npm run storybook", "build": "npm run clean && tsc && npm run copyfiles", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "chromatic": "npx chromatic --project-token=chpt_4c8814153c802a1", "clean": "rimraf dist/", "copyfiles": "copyfiles -u 1 src/**/*.css dist/", "push:npm": "np", "test": "echo all test were good" }, "devDependencies": { "@storybook/addon-essentials": "^7.6.7", "@storybook/addon-interactions": "^7.6.7", "@storybook/addon-links": "^7.6.7", "@storybook/addon-onboarding": "^1.0.10", "@storybook/blocks": "^7.6.7", "@storybook/react": "^7.6.7", "@storybook/react-vite": "^7.6.7", "@storybook/test": "^7.6.7", "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-react-swc": "^3.5.0", "chromatic": "^10.2.1", "eslint": "^8.55.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-storybook": "^0.6.15", "np": "^9.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "storybook": "^7.6.7", "typescript": "^5.2.2", "vite": "^5.0.8" }, "readme": "ERROR: No README data found!" }