pkg-components
Version:
148 lines • 4.88 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/nextjs": "^8.6.9",
"@storybook/testing-react": "2.0.1",
"@swc/helpers": "0.5.13",
"@vitejs/plugin-react": "^4.3.4",
"avvvatars-react": "^0.4.2",
"chart.js": "^2.9.4",
"clsx": "2.1.1",
"css-mediaquery": "^0.1.2",
"date-fns": "^3.6.0",
"eslint-config-next-front": "1.0.8",
"file-saver": "2.0.5",
"framer-motion": "11.0.3",
"gridstack": "12.1.0",
"lightweight-charts": "4.2.1",
"lightweight-charts-react-wrapper": "2.1.1",
"md5": "^2.3.0",
"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",
"pkg-components-types": "^1.0.0",
"qr.js": "^0.0.0",
"qrcode": "^1.5.3",
"qrcode.react": "^4.2.0",
"quagga": "0.12.1",
"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-easy-crop": "5.5.0",
"react-grid-layout": "1.5.1",
"recharts": "2.12.7",
"storybook-addon-next-router": "^4.0.2",
"styled-components": "6.1.1",
"swiper": "11.0.4",
"typesdefs": "1.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/jest": "^0.2.2",
"@storybook/preset-typescript": "3.0.0",
"@storybook/react": "^8.6.9",
"@storybook/react-vite": "^8.6.9",
"@storybook/test": "^8.6.9",
"@storybook/testing-library": "^0.2.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/react": "^19.0.0",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^19.0.0",
"@types/react-grid-layout": "^1.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"chromatic": "^13.3.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",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.4",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^30.0.4",
"jest-extended": "^6.0.0",
"jest-transform-stub": "^2.0.0",
"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",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"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": "jest --config jest.config.ts",
"test:generate-output": "jest --json --outputFile=.jest-test-results.json",
"chromatic": "npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
},
"version": "2.3.11",
"repository": {
"type": "git",
"url": "https://github.com/Jesus123780/pkg-components.git"
}
}