UNPKG

spartan-ui

Version:

React component library that focusses on getting the basics right leaving the design up to you

110 lines 3.63 kB
{ "name": "spartan-ui", "description": "React component library that focusses on getting the basics right leaving the design up to you", "version": "0.2.11", "repository": "github:emortlock/spartan-ui", "homepage": "https://emortlock.github.io/spartan-ui/", "author": "Edward Mortlock <edward@mortlock.dev>", "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/src/index.d.ts", "files": [ "dist" ], "scripts": { "ci:docs": "styleguidist build && yarn node ops/docs", "ci:test": "yarn lint && yarn test --coverage", "ci:release": "standard-version -a --releaseCommitMessageFormat=\"chore: {{currentTag}} release [skip-ci]\" ", "build": "rimraf dist && rollup -c", "docs": "styleguidist build", "lint": "eslint src --ext ts,tsx", "start": "styleguidist server", "test": "yarn jest --env=jsdom" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "react-focus-lock": "^2.2.1" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@emortlock/gh-pages": "^2.3.0", "@mortlock/prettier-config": "^1.0.0", "@testing-library/react": "^9.4.0", "@types/jest": "^24.9.1", "@types/react": "^16.9.19", "@types/react-dom": "^16.9.5", "@types/rollup-plugin-commonjs": "9.3.1", "@types/rollup-plugin-json": "3.0.2", "@types/rollup-plugin-node-resolve": "4.1.0", "@types/rollup-plugin-size-snapshot": "0.10.0", "@types/testing-library__react": "^9.1.2", "@typescript-eslint/eslint-plugin": "^2.12.0", "@typescript-eslint/parser": "^2.12.0", "@yarnpkg/pnpify": "^2.0.0-rc.17", "babel-eslint": "^10.0.3", "babel-jest": "^25.1.0", "babel-loader": "^8.0.6", "babel-plugin-annotate-pure-calls": "^0.4.0", "babel-plugin-dev-expression": "^0.2.2", "babel-plugin-transform-rename-import": "^2.3.0", "copy-webpack-plugin": "^5.1.1", "demo": "link:./site", "eslint": "^6.1.0", "eslint-config-prettier": "^6.0.0", "eslint-config-react-app": "^5.0.2", "eslint-plugin-flowtype": "^3.13.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", "eslint-plugin-react-hooks": "^2.2.0", "husky": "^4.2.1", "jest": "^25.1.0", "jest-dom": "^3.5.0", "pnp-webpack-plugin": "^1.6.0", "prettier": "^1.19.1", "pretty-quick": "^1.11.1", "react": "^16.12.0", "react-docgen-typescript": "^1.16.2", "react-dom": "^16.12.0", "react-styleguidist": "^9.2.0", "rimraf": "^2.7.1", "rollup": "^1.31.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-size-snapshot": "^0.11.0", "rollup-plugin-sourcemaps": "^0.5.0", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.26.0", "spartan-ui": "link:./src", "standard-version": "^7.1.0", "ts-jest": "^25.2.0", "ts-loader": "^6.2.1", "tslib": "^1.9.3", "typescript": "^3.7.5", "webpack": "^4.41.5" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "pretty-quick --staged" } }, "keywords": [ "react", "react-components", "accessible", "semantic", "no-ui" ], "bugs": "https://github.com/emortlock/spartan-ui/issues", "license": "MIT" }