-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@fluentui/react-conformance-make-styles",
"version": "9.0.0-beta.4",
"description": "A set of conformance tests for makeStyles",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"license": "MIT",
"scripts": {
"build": "just-scripts build",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-conformance-make-styles/src && yarn docs",
"type-check": "tsc -b tsconfig.json"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "^1.0.0",
"@fluentui/react-conformance": "*",
"@fluentui/babel-make-styles": "9.0.0-beta.4"
},
"dependencies": {
"@fluentui/react-make-styles": "9.0.0-beta.4",
"tslib": "^2.1.0"
},
"beachball": {
"disallowedChangeTypes": [
"major",
"minor",
"patch"
]
}
}