@fluentui/react-component-ref
Version:
A set of components and utils to deal with React refs.
58 lines (57 loc) • 1.78 kB
JSON
{
"name": "@fluentui/react-component-ref",
"description": "A set of components and utils to deal with React refs.",
"version": "0.71.1",
"author": "Oleksandr Fediashov <olfedias@microsoft.com>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"react-is": "^17.0.2"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts-babel": "*",
"@fluentui/scripts-gulp": "*",
"@fluentui/scripts-jest-v0": "*",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@types/react-is": "17.0.7",
"@types/react-test-renderer": "17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"enzyme": "3.10.0",
"enzyme-to-json": "3.6.2",
"@cfaester/enzyme-adapter-react-18": "0.8.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-component-ref",
"jsnext:main": "dist/es/index.js",
"license": "MIT",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"peerDependencies": {
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"publishConfig": {
"access": "public"
},
"repository": "microsoft/fluentui.git",
"gulp": {
"componentInfo": "./src/[A-Z]*.tsx"
},
"scripts": {
"build": "gulp bundle:package:no-umd && yarn build:info",
"build:info": "gulp build:component-info",
"clean": "gulp clean:component-info bundle:package:clean",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.ts,.tsx .",
"lint:fix": "yarn lint --fix",
"test": "gulp test",
"test:watch": "gulp test:watch"
},
"sideEffects": false,
"types": "dist/es/index.d.ts"
}