|
| 1 | +{ |
| 2 | + "name": "@fluentui/react-table", |
| 3 | + "version": "9.0.0-alpha.0", |
| 4 | + "private": true, |
| 5 | + "description": "React components for building web experiences", |
| 6 | + "main": "lib-commonjs/index.js", |
| 7 | + "module": "lib/index.js", |
| 8 | + "typings": "dist/index.d.ts", |
| 9 | + "sideEffects": false, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/microsoft/fluentui" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "scripts": { |
| 16 | + "build": "just-scripts build", |
| 17 | + "clean": "just-scripts clean", |
| 18 | + "code-style": "just-scripts code-style", |
| 19 | + "just": "just-scripts", |
| 20 | + "lint": "just-scripts lint", |
| 21 | + "test": "jest --passWithNoTests", |
| 22 | + "docs": "api-extractor run --config=config/api-extractor.local.json --local", |
| 23 | + "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-table/src && yarn docs", |
| 24 | + "type-check": "tsc -b tsconfig.json" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@fluentui/eslint-plugin": "*", |
| 28 | + "@fluentui/react-conformance": "*", |
| 29 | + "@fluentui/react-conformance-griffel": "9.0.0-beta.10", |
| 30 | + "@fluentui/scripts": "^1.0.0" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@fluentui/react-theme": "^9.0.0", |
| 34 | + "@fluentui/react-utilities": "^9.0.0", |
| 35 | + "@griffel/react": "^1.2.0", |
| 36 | + "tslib": "^2.1.0" |
| 37 | + }, |
| 38 | + "peerDependencies": { |
| 39 | + "@types/react": ">=16.8.0 <18.0.0", |
| 40 | + "@types/react-dom": ">=16.8.0 <18.0.0", |
| 41 | + "react": ">=16.8.0 <18.0.0", |
| 42 | + "react-dom": ">=16.8.0 <18.0.0" |
| 43 | + }, |
| 44 | + "beachball": { |
| 45 | + "disallowedChangeTypes": [ |
| 46 | + "major" |
| 47 | + ] |
| 48 | + } |
| 49 | +} |
0 commit comments