forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@fluentui/react-northstar",
"description": "A themable React component library.",
"version": "0.64.0",
"author": "Levi Thomason <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/accessibility": "^0.64.0",
"@fluentui/dom-utilities": "^1.1.1",
"@fluentui/react-bindings": "^0.64.0",
"@fluentui/react-component-event-listener": "^0.64.0",
"@fluentui/react-component-nesting-registry": "^0.64.0",
"@fluentui/react-component-ref": "^0.64.0",
"@fluentui/react-icons-northstar": "^0.64.0",
"@fluentui/react-northstar-styles-renderer": "^0.64.0",
"@fluentui/react-portal-compat-context": "^9.0.2",
"@fluentui/react-proptypes": "^0.64.0",
"@fluentui/state": "^0.64.0",
"@fluentui/styles": "^0.64.0",
"@popperjs/core": "~2.4.3",
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
"compute-scroll-into-view": "1.0.11",
"downshift": "5.0.5",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react-is": "^17.0.2",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@fluentui/a11y-testing": "*",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
"@fluentui/scripts": "^1.0.0",
"@types/classnames": "^2.2.9",
"@types/faker": "^4.1.3",
"@types/gulp": "^4.0.6",
"@types/simulant": "^0.2.0",
"csstype": "^3.0.2",
"faker": "^4.1.0",
"fela-tools": "^10.6.1",
"gulp": "^4.0.2",
"lerna-alias": "^3.0.3-0",
"qs": "^6.8.0",
"simulant": "^0.2.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-northstar",
"jsnext:main": "dist/es/index.js",
"license": "MIT",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17"
},
"publishConfig": {
"access": "public"
},
"repository": "microsoft/fluentui.git",
"gulp": {
"componentInfo": "./src/components/*/[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 --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"
}