@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
81 lines (80 loc) • 2.6 kB
JSON
{
"name": "@uifabric/experiments",
"version": "7.45.27",
"description": "Experimental React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"sideEffects": [
"lib/version.js"
],
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"license": "MIT",
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"lint": "just-scripts lint",
"test": "just-scripts test",
"just": "just-scripts",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"start": "just-scripts dev:storybook",
"start-test": "just-scripts jest-watch",
"update-snapshots": "just-scripts jest -u"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.2",
"@types/deep-assign": "^0.1.1",
"@types/enzyme": "3.10.3",
"@types/enzyme-adapter-react-16": "1.0.3",
"@types/jest": "~24.9.0",
"@types/prop-types": "15.7.1",
"@types/react": "16.8.25",
"@types/react-addons-test-utils": "0.14.18",
"@types/react-dom": "16.8.4",
"@types/react-test-renderer": "^16.0.0",
"@types/sinon": "2.2.2",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/example-app-base": "^7.22.34",
"@uifabric/jest-serializer-merge-styles": "^7.2.6",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "^1.15.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"react-hooks-testing-library": "^0.5.0",
"react-test-renderer": "^16.3.0",
"sinon": "^4.1.3"
},
"dependencies": {
"@fluentui/theme": "^1.7.13",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/azure-themes": "^7.10.39",
"@uifabric/example-data": "^7.1.6",
"@uifabric/file-type-icons": "^7.10.11",
"@uifabric/fluent-theme": "^7.7.34",
"@uifabric/foundation": "^7.10.16",
"@uifabric/icons": "^7.9.6",
"@uifabric/merge-styles": "^7.20.2",
"@uifabric/react-hooks": "^7.16.4",
"@uifabric/set-version": "^7.0.24",
"@uifabric/styling": "^7.25.1",
"@uifabric/theme-samples": "^7.5.34",
"@uifabric/utilities": "^7.38.2",
"@uifabric/variants": "^7.3.4",
"deep-assign": "^2.0.0",
"office-ui-fabric-react": "^7.204.1",
"prop-types": "^15.7.2",
"tslib": "^1.10.0"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <18.0.0",
"@types/react-dom": ">=16.8.0 <18.0.0",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
}
}