mb-custom-components
Version:
82 lines (81 loc) • 2.17 kB
JSON
{
"name": "mb-custom-components",
"private": false,
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"react",
"dev",
"matias",
"barisone",
"practica"
],
"license": "MIT",
"repository": {
"url": "https://github.com/MatiBarisone/sb-components.git",
"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.10.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_b7397bbdb3e2275",
"clean": "rimraf dist/",
"copyfiles": "copyfiles -u 1 src/**/*.css dist/",
"push:npm": "np",
"test": "echo 'all tests were good'"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@eslint/js": "^9.15.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"chromatic": "^11.20.0",
"copyfiles": "^2.4.1",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"storybook": "^8.4.7",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}