UNPKG

@gbm-tech/select

Version:

GBM Tech & Control - Select

62 lines (61 loc) 1.5 kB
{ "name": "@gbm-tech/select", "version": "0.1.7", "description": "GBM Tech & Control - Select", "keywords": [ "Select", "GBM", "Tech", "&", "Control", "Component", "React" ], "author": "João Victor da Silva & Kauan Coli", "license": "MIT", "source": "src/index.ts", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "directories": { "src": "src" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": "rollup -c --bundleConfigAsCjs", "prepublish": "yarn build" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.19.6", "@rollup/plugin-babel": "^6.0.2", "@rollup/plugin-commonjs": "^23.0.2", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "autoprefixer": "^10.4.13", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.1" }, "dependencies": { "@gbm-tech/styles": "^0.1.15", "@gbm-tech/typography": "^0.1.6", "@radix-ui/react-select": "^1.2.0" }, "gitHead": "8796f9a777a4156fee24fc505f32e548ecca9963" }