UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

113 lines (112 loc) 3.92 kB
{ "name": "@geist-ui/core", "version": "2.3.8", "main": "dist/index.js", "module": "esm/index.js", "types": "esm/index.d.ts", "unpkg": "dist/index.min.js", "scripts": { "dev": "yarn docs:collect && next dev", "docs:start": "next start", "docs:collect": "node scripts/collect-meta.js", "docs:seeds": "node scripts/seeds/update.js", "docs:build": "yarn docs:collect & yarn docs:seeds && next build", "prettier": "prettier --write .", "lint": "eslint \"{components,lib}/**/*.{js,ts,tsx}\"", "test": "jest --config .jest.config.js --no-cache", "test:update": "jest --config .jest.config.js --no-cache --update-snapshot", "test:coverage": "yarn test --coverage", "build:clear": "rm -rf ./dist ./esm", "build:rollup": "rollup -c scripts/rollup.config.js", "build:webpack": "webpack --config scripts/webpack.config.js", "build:babel": "babel --no-babelrc --config-file ./scripts/babel.config.js --extensions \".js,.ts,.tsx\" ./components --out-dir ./esm --ignore \"**/__tests__/**/*,**/*.d.ts\"", "build:after": "node scripts/move-built-in.js", "build:types": "ttsc -p ./scripts & ttsc -p ./scripts --outDir ./esm", "build": "yarn build:clear && yarn build:rollup && yarn build:babel && yarn build:types && yarn build:after", "release": "yarn build && yarn publish --access public --non-interactive" }, "license": "MIT", "description": "Modern and minimalist React UI library.", "homepage": "https://geist-ui.dev", "bugs": { "url": "https://github.com/geist-org/geist-ui/issues/new/choose" }, "repository": { "type": "git", "url": "https://github.com/geist-org/geist-ui" }, "prettier": "@geist-ui/prettier-config", "keywords": [ "geist", "geist ui", "components", "react components", "react ui" ], "files": [ "/dist", "/esm" ], "sideEffects": false, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@geist-ui/icons": "^1.0.1", "@geist-ui/prettier-config": "^1.0.1", "@mapbox/rehype-prism": "^0.6.0", "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", "@next/bundle-analyzer": "^12.0.10", "@next/mdx": "^12.0.8", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react-hooks": "^7.0.0", "@testing-library/user-event": "^13.2.0", "@types/enzyme": "^3.10.8", "@types/jest": "^26.0.23", "@types/react": "^17.0.38", "@types/react-color": "^3.0.4", "@types/react-dom": "^17.0.11", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.27.0", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.2", "babel-jest": "^27.0.5", "babel-plugin-transform-rename-import": "^2.3.0", "css-mediaquery": "^0.1.2", "enzyme": "^3.11.0", "eslint": "^7.29.0", "eslint-config-prettier": "^6.11.0", "eslint-config-ts-lambdas": "^1.2.3", "eslint-plugin-react": "^7.22.0", "extract-mdx-metadata": "^1.0.0", "fs-extra": "^10.0.0", "jest": "^27.0.5", "next": "^12.0.9-canary.0", "prettier": "^2.3.1", "react": "^17.0.2", "react-color": "^2.19.3", "react-dom": "^17.0.2", "react-live": "^2.2.3", "rehype-join-line": "^1.0.2", "rollup": "^2.64.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-local-resolve": "^1.0.7", "styled-jsx": "4.0.1", "ts-jest": "^27.0.3", "ttypescript": "^1.5.13", "typescript": "^4.5.4", "typescript-transform-paths": "^3.3.1" }, "dependencies": { "@babel/runtime": "^7.16.7" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" } }