pkg-components
Version:
128 lines (127 loc) • 4.14 kB
JSON
{
"author": "",
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@react-google-maps/api": "2.19.3",
"@react-pdf/renderer": "^3.3.8",
"@storybook/addon-actions": "^8.6.9",
"@storybook/addon-jest": "^8.6.9",
"@storybook/nextjs": "^8.6.9",
"@storybook/testing-library": "^0.2.1",
"@storybook/testing-react": "2.0.1",
"@swc/helpers": "0.5.13",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@vitejs/plugin-react": "^4.3.4",
"avvvatars-react": "^0.4.2",
"chart.js": "^2.9.4",
"clsx": "2.1.1",
"date-fns": "^3.6.0",
"eslint-config-next-front": "1.0.8",
"file-saver": "2.0.5",
"framer-motion": "11.0.3",
"lightweight-charts": "4.2.1",
"lightweight-charts-react-wrapper": "2.1.1",
"moment": "^2.30.1",
"mui-input-date-range-picker": "^0.4.8",
"next": "^15.2.4",
"next-barcode": "1.5.0",
"next-router-mock": "^0.9.13",
"qrcode": "^1.5.3",
"react-beautiful-dnd": "13.1.1",
"react-chartjs-2": "^2.11.2",
"react-date-range": "^2.0.1",
"react-datetime-picker": "^6.0.1",
"react-qr-code": "2.0.12",
"recharts": "2.12.7",
"storybook-addon-next-router": "^4.0.2",
"styled-components": "6.1.1",
"swiper": "11.0.4",
"use-places-autocomplete": "4.0.1"
},
"description": "",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "^7.23.9",
"@chromatic-com/storybook": "^3.2.6",
"@commitlint/config-conventional": "^18.6.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-essentials": "^8.6.9",
"@storybook/addon-interactions": "^8.6.9",
"@storybook/addon-links": "^8.6.9",
"@storybook/addon-onboarding": "^8.6.9",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.6.9",
"@storybook/preset-typescript": "3.0.0",
"@storybook/react": "^8.6.9",
"@storybook/react-vite": "^8.6.9",
"@storybook/test": "^8.6.9",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/react": "18.2.37",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"chromatic": "^10.9.4",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^9.0.11",
"i": "0.3.7",
"lint-staged": "^15.2.2",
"npm": "10.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"semantic-release": "^23.0.2",
"storybook": "^8.6.9",
"storybook-addon-next": "1.8.0",
"storybook-css-modules": "1.0.8",
"typescript": "^5.3.3",
"vite": "^5.1.1"
},
"keywords": [
"react",
"components",
"design",
"system",
"ui",
"jesus",
"juvinao",
"pkg-components"
],
"license": "ISC",
"main": "index.tsx",
"name": "pkg-components",
"private": false,
"scripts": {
"build-storybook": "storybook build",
"build": "storybook build",
"semantic-release": "semantic-release --branches main",
"update:version": "node increment-version.js && git add package.json",
"build:components": "babel stories/** -d dist",
"build:tokens": "node scripts/build-tokens.js",
"prepare": "husky install || true",
"check:eslint": "eslint '*/**/*.{js,jsx,tsx}' --fix --max-warnings=0 --no-error-on-unmatched-pattern",
"check:te": "npm run check:types && npm run check:eslint",
"check:types": "tsc --noemit",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"sb": "storybook dev -p 6006",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.72",
"repository": {
"type": "git",
"url": "https://github.com/Jesus123780/pkg-components.git"
}
}