UNPKG

@thot/components

Version:
116 lines (115 loc) 4.03 kB
{ "name": "@thot/components", "version": "2.6.1", "description": "Libreria de componentes web", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/thotluna/components" }, "author": "thotluna", "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=15.0.0", "yarn": ">=1.22.5" }, "keywords": [ "react", "components" ], "dependencies": {}, "devDependencies": { "@babel/core": "^7.13.10", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.12.13", "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@storybook/addon-a11y": "6.2.5", "@storybook/addon-actions": "^6.1.21", "@storybook/addon-essentials": "^6.1.21", "@storybook/addon-links": "^6.1.21", "@storybook/addon-storyshots": "^6.1.21", "@storybook/addons": "6.2.3", "@storybook/react": "^6.1.21", "@storybook/theming": "6.2.3", "@testing-library/jest-dom": "5.11.10", "@testing-library/react": "11.2.6", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "chromatic": "^5.7.0", "commitizen": "^4.2.3", "concurrently": "^6.0.0", "cz-conventional-changelog": "3.3.0", "enquirer": "^2.3.6", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "husky": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "jest-axe": "4.1.0", "lint-staged": ">=10", "node-watch": "^0.7.1", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.1", "semantic-release": "^17.4.2", "storybook-dark-mode": "1.0.7", "stylelint": "^13.12.0", "stylelint-config-idiomatic-order": "^8.1.0", "stylelint-config-standard": "^21.0.0", "watch": "^1.0.2" }, "peerDependencies": { "react": "^17.0.0", "react-dom": "^17.0.0" }, "scripts": { "build:storybook": "build-storybook -s public", "build:tokens": "node ./scripts/build-tokens", "build": "run-s build:*", "build:docs": "yarn build:tokens && yarn build:storybook -s public --docs", "cc": "node ./scripts/create-component", "commit": "cz", "deploy:prod": "run-s build deploy:vercel:prod", "deploy:stag": "run-s build deploy:vercel:stag", "deploy:vercel:prod": "vercel --prod", "deploy:vercel:stag": "vercel", "dev:storybook": "start-storybook -s public -p 6006", "dev:chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN", "dev:tokens": "watch 'yarn build:tokens' ./tokens", "dev": "concurrently 'npm:dev:*'", "lint:css:fix": "yarn lint:css:prettier:fix && yarn lint:css:stylelint:fix", "lint:css:prettier:fix": "yarn lint:css:prettier --write", "lint:css:prettier": "prettier '**/*.css' --list-different --ignore-path .gitignore", "lint:css:stylelint:fix": "yarn lint:css:stylelint --fix", "lint:css:stylelint": "stylelint '**/*.css' --ignore-path .gitignore", "lint:css": "run-s lint:css:stylelint lint:css:prettier", "lint:fix": "run-p lint:js:fix lint:json:fix lint:css:fix", "lint:js:fix": "yarn lint:js --fix", "lint:js": "eslint --cache --ignore-path .gitignore '**/*.js'", "lint:json:fix": "yarn lint:json --write", "lint:json": "prettier '**/*.json' --list-different --ignore-path .gitignore", "lint": "run-p lint:js lint:json lint:css", "test:coverage": "yarn test --coverage", "test:watch": "CONSOLE_LEVEL=debug yarn test --watch", "test": "jest", "chromatic": "npx chromatic storybook-static --project-token 6e65d2ce0df3", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }