UNPKG

ls-custom-components

Version:
77 lines (76 loc) 1.97 kB
{ "name": "ls-custom-components", "private": false, "version": "0.1.0", "type": "module", "main": "dist/index.js", "typings": "dist/index.d.ts", "keywords": [ "react", "dev", "luis", "salvador" ], "license": "MIT", "repository": { "url": "https://github.com/lpeter-sal/ls-custom-components", "type": "git" }, "files": [ "dist/" ], "release": { "branch": "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", "clean": "rimraf dist/", "copyfiles": "copyfiles -u 1 src/**/*.css dist/", "push:npm": "np", "test": "echo 'all tests wre 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", "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" ] } }