UNPKG

@gear-js/ui

Version:

React UI components used across Gear applications

48 lines (47 loc) 1.29 kB
{ "name": "@gear-js/ui", "version": "0.7.0", "description": "React UI components used across Gear applications", "author": "Gear Technologies", "license": "GPL-3.0", "bugs": { "url": "https://github.com/gear-tech/gear-js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/gear-tech/gear-js.git" }, "keywords": [ "gear", "gear-js" ], "homepage": "https://github.com/gear-tech/gear-js/tree/master/utils/gear-ui#readme", "scripts": { "build": "rm -rf dist && rm -rf *.scss || true && rm -rf fonts && cp -R ./src/assets/styles/. . && npx rollup -c", "test": "npx jest", "prepare": "yarn build", "clean": "echo \"clean @gear-js/gear-ui\" && rm -rf dist" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19", "sass": "^1.69.1" }, "devDependencies": { "@babel/preset-react": "7.26.3", "@svgr/rollup": "8.1.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", "clsx": "1.2.1", "identity-obj-proxy": "3.0.0", "jest-environment-jsdom": "29.7.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "*.scss", "fonts" ], "gitHead": "7181691b76a7e0bb48d76341728e2dfabf1eb062" }