Brisanet/ion-react

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
"name": "@brisanet/ion-react",
"version": "0.0.11",
"description": "Ion Design System in React",
"engines": {
"node": "16.19.x"
},
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prettier": "prettier --write .",
"test": "jest",
"test:coverage": "jest -i --coverage",
"test:watch": "jest -i --watchAll",
"prepare": "husky install",
"commit": "git-cz",
"chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN"
},
"lint-staged": {
"src/**/*.+(js|jsx|ts|tsx|md|mdx|yml|yaml)": [
"eslint --fix",
"prettier --write",
"yarn test --findRelatedTests --bail --passWithNoTests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/iurynogueira/ion-react.git"
},
"author": {
"name": "Brisanet-Desenvolvimento"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/iurynogueira/ion-react/issues"
},
"homepage": "https://github.com/iurynogueira/ion-react#readme",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cz-commitlint": "^17.4.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/dompurify": "^2.4.0",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-jest": "^29.4.1",
"babel-loader": "^8.3.0",
"chromatic": "^6.15.0",
"commitizen": "^4.3.0",
"css-loader": "^6.7.3",
"dompurify": "^3.0.11",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-styled-components": "^7.2.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.10.1",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"styled-components": "^6.1.8",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^18.2.0"
},
"main": "dist/cjs/index.ts",
"module": "dist/esm/index.ts",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}