UNPKG

jco-custom-components

Version:

Instalar

71 lines (70 loc) 1.89 kB
{ "name": "jco-custom-components", "private": false, "version": "0.0.1-rc3", "type": "module", "main": "dist/index.js", "typings": "dist/index.ds.ts", "license": "MIT", "repository": { "url": "https://....", "type": "git" }, "files": [ "dist/" ], "release": { "branches": [ "main" ] }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.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_d156cedea303927", "clean": "rimraf dist/", "copyfiles": "copyfiles -u 1 src/**/*.css dist/" }, "devDependencies": { "@chromatic-com/storybook": "^1.3.3", "@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/react": "^8.0.9", "@storybook/react-vite": "^8.0.9", "@storybook/test": "^8.0.9", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react-swc": "^3.5.0", "chromatic": "^11.3.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-storybook": "^0.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.5", "storybook": "^8.0.9", "typescript": "^5.2.2", "vite": "^5.2.0" }, "keywords": [ "react", "dev", "Camilo", "Ossa", "curso" ] }