UNPKG

wabi-sabi-ds

Version:

Abundance's Wabi Sabi Design System.

153 lines (152 loc) 4.38 kB
{ "name": "wabi-sabi-ds", "version": "0.0.19", "description": "Abundance's Wabi Sabi Design System.", "author": "Felipe Souza", "main": "lib/index.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "scripts": { "commit": "cz-customizable", "test": "jest", "test:all": "jest --watchAll", "test:cov": "jest --coverage --watchAll", "storybook": "storybook dev", "build-storybook": "storybook build", "build": "rollup -c", "build:clear": "rm -Rf lib && rollup -c", "prepublishOnly": "yarn build", "lint": "eslint .", "lint:fix": "eslint --fix --ext .ts,.tsx .", "prettier": "prettier --check .", "prettier:fix": "prettier --write .", "check-outdated": "npx --yes -- check-outdated --ignore-pre-releases --columns name,type,current,latest,changes --types major,minor,patch,reverted", "prepare": "husky install" }, "np": { "publish": false, "tests": false }, "keywords": [ "stroybook", "react", "typescript", "design system", "wabi sabi", "abundance" ], "eslintConfig": { "extends": [ "react-app", "react-app/jest", "plugin:import/errors", "plugin:import/typescript" ] }, "files": [ "/lib" ], "lint-staged": { "*.(js|ts|tsx)": [ "eslint --fix", "prettier --write" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "cz-customizable": { "config": "./.cz-config.cjs" } }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-flow": "^7.22.5", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@rollup/plugin-commonjs": "^25.0.1", "@rollup/plugin-node-resolve": "^15.1.0", "@storybook/addon-a11y": "^7.0.20", "@storybook/addon-actions": "^7.0.20", "@storybook/addon-essentials": "^7.0.20", "@storybook/addon-interactions": "^7.0.20", "@storybook/addon-links": "^7.0.20", "@storybook/addon-viewport": "^7.0.20", "@storybook/cli": "^7.0.20", "@storybook/core": "^6.5.16", "@storybook/preset-scss": "^1.0.3", "@storybook/react": "^7.0.20", "@storybook/react-webpack5": "^7.0.20", "@storybook/testing-library": "^0.1.0", "@testing-library/dom": "^9.3.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/react": "^18.2.11", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "babel-loader": "^9.1.2", "check-outdated": "^2.11.0", "css-loader": "^6.8.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.42.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.27.5", "eslint-plugin-import-helpers": "1.3.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.12", "husky": "^8.0.3", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "lint-staged": "^13.2.2", "postcss": "^8.4.24", "prettier": "2.8.8", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.25.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.34.1", "sass": "^1.63.3", "sass-loader": "^13.3.2", "storybook": "^7.0.20", "style-loader": "^3.3.3", "styled-components": "6.0.0-rc.3", "tsconfig-paths-webpack-plugin": "^4.0.1", "typescript": "^5.1.3" }, "dependencies": { "@radix-ui/react-slot": "^1.0.2", "clsx": "^1.2.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "6.0.0-rc.3" }, "overrides": { "trim-newlines": ">5.0.0", "trim": ">=1.0.1", "debug": ">=4.3.4", "nth-check": ">=2.1.1", "glob-parent": ">=6.0.2", "remark-parse": ">=10.0.2", "@storybook/react-docgen-typescript-plugin": "npm:react-docgen-typescript-plugin@1.0.5" } }