md-custom-components
Version:
Instalar ``` npm i md-custom-Components ```
75 lines (74 loc) • 2 kB
JSON
{
"name": "md-custom-components",
"private": false,
"version": "0.0.1-rc4",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"react",
"dev",
"miguel",
"diamond",
"curso"
],
"license": "MIT",
"homepage": "http://github.com/Madcz12",
"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 || ^19.0.2",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.2"
},
"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_bf4bc8cb7ebcf14",
"clean": "rimraf dist/",
"copyfiles": "copyfiles -u 1 src/**/*.css dist/"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@eslint/js": "^9.36.0",
"@storybook/addon-a11y": "^9.1.9",
"@storybook/addon-docs": "^9.1.9",
"@storybook/addon-onboarding": "^9.1.9",
"@storybook/addon-vitest": "^9.1.9",
"@storybook/react-vite": "^9.1.9",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.1.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"chromatic": "^13.3.0",
"copyfiles": "^2.4.1",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "^9.1.9",
"globals": "^16.4.0",
"playwright": "^1.55.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rimraf": "^6.0.1",
"storybook": "^9.1.9",
"typescript": "~5.8.3",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.7",
"vitest": "^3.2.4"
}
}