gi-custom-components-test
Version:
Instalar
75 lines (74 loc) • 2.03 kB
JSON
{
"name": "gi-custom-components-test",
"private": false,
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"keywords": [
"react",
"dev",
"gabriel",
"iriarte",
"cursoReactPro"
],
"license": "MIT",
"homepage": "",
"repository": {
"url": "https://github.com/gaboiriarte/sb-components",
"type": "git"
},
"files": [
"dist/"
],
"engines": {
"node": ">=12.0.0"
},
"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"
},
"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_09cd680701c134d",
"clean": "rimraf dist/",
"copyfiles": "copyfiles -u 1 src/**/*.css dist/",
"push:npm": "np"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/test": "^7.6.12",
"@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": "^11.0.8",
"copyfiles": "^2.4.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": "^8.0.4",
"rimraf": "^5.0.5",
"storybook": "^7.6.12",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}