-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 6.25 KB
/
package.json
File metadata and controls
149 lines (149 loc) · 6.25 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "@azure/communication-react",
"version": "1.0.1-beta.1",
"sideEffects": false,
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
"keywords": [
"Communication",
"Chat",
"Call",
"VOIP",
"Video",
"Video conferencing",
"Teams"
],
"homepage": "https://azure.github.io/communication-ui-library/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Azure/communication-ui-library.git"
},
"bugs": {
"url": "https://github.com/Azure/communication-ui-library/issues/new/choose"
},
"types": "dist/communication-react.d.ts",
"dependencies": {
"@azure/communication-common": "1.0.0",
"@azure/communication-signaling": "1.0.0-beta.12",
"@azure/core-http": "1.2.4",
"@azure/core-paging": "~1.1.3",
"@fluentui/react": "~8.17.2",
"@fluentui/react-icons": "~1.1.137",
"@fluentui/react-northstar": "^0.57.0",
"copy-to-clipboard": "~3.3.1",
"events": "~3.3.0",
"html-to-react": "~1.4.5",
"immer": "9.0.6",
"memoize-one": "~5.2.1",
"nanoid": "~3.1.20",
"react-aria-live": "^2.0.5",
"react-linkify": "^1.0.0-alpha",
"reselect": "~4.0.0",
"uuid": "^8.1.0",
"@fluentui/react-hooks": "~8.3.8"
},
"peerDependencies": {
"@azure/communication-calling": "1.3.2-beta.1 || 1.3.2",
"@azure/communication-chat": "1.1.0",
"@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"
},
"main": "./dist/dist-cjs/communication-react/index.js",
"module": "./dist/dist-esm/communication-react/src/index.js",
"scripts": {
"copy-original": "cpx \"../*/src/**\" ./preprocess-dist && renamer --find src --replace preprocessed ./preprocess-dist/**/*",
"preprocess": "babel ../*/src --out-dir ../preprocessed --extensions \".ts,.tsx\" --keep-file-extension --config-file ./.babelrc.js --relative && rimraf ../preprocessed",
"copy-preprocess": "cpx \"../*/preprocessed/**\" ./preprocess-dist && renamer --find preprocessed --replace src ./preprocess-dist/**/*",
"build": "rushx check-deps && rushx _by-flavor \"npm run _build:by-flavor\"",
"build:cjs": "rollup -c --silent",
"build:esm": "if-env COMMUNICATION_REACT_FLAVOR=stable && rushx copy-original && rushx preprocess && rushx copy-preprocess && ttsc -project tsconfig.preprocess.json || (if-env COMMUNICATION_REACT_FLAVOR=beta && ttsc)",
"build:watch": "",
"clean": "rimraf dist && rimraf ../**/preprocessed && rimraf ../**/preprocess-dist",
"test": "",
"test:coverage": "",
"check-deps": "node scripts/verifyDependencies",
"api-extractor": "rushx _by-flavor \"npm run build:esm && npm run _api-extractor:by-flavor\"",
"generate-doc": "api-documenter markdown -i temp -o docGen",
"prettier": "prettier --no-error-on-unmatched-pattern --write --config ../../.prettierrc --ignore-path=../../.prettierignore \"**/*.js\" \"**/*.jsx\" \"**/*.ts\" \"**/*.tsx\"",
"prettier:check": "prettier --no-error-on-unmatched-pattern --check --config ../../.prettierrc --ignore-path=../../.prettierignore \"**/*.js\" \"**/*.jsx\" \"**/*.ts\" \"**/*.tsx\"",
"lint": "eslint \"*/**/*.{ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"lint:quiet": "npm run lint -- --quiet",
"postpack": "copyfiles -E \"./*.tgz\" release",
"_api-extractor:by-flavor": "if-env COMMUNICATION_REACT_FLAVOR=stable && api-extractor run -c api-extractor.stable.json --local || (if-env COMMUNICATION_REACT_FLAVOR=beta && api-extractor run --local)",
"_build:by-flavor": "rushx clean && npm run build:esm && rushx build:cjs && npm run _api-extractor:by-flavor",
"_current-flavor": "echo You are running under COMMUNICATION_REACT_FLAVOR: && env-cmd -f ../../common/config/env/.env node -p process.env.COMMUNICATION_REACT_FLAVOR",
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
},
"devDependencies": {
"@azure/communication-calling": "1.3.2-beta.1 || 1.3.2",
"@azure/communication-chat": "1.1.0",
"@azure/core-auth": "1.3.2",
"@babel/cli": "~7.16.0",
"@babel/core": "~7.16.0",
"@internal/calling-component-bindings": "1.0.1-beta.1",
"@internal/calling-stateful-client": "1.0.1-beta.1",
"@internal/chat-component-bindings": "1.0.1-beta.1",
"@internal/chat-stateful-client": "1.0.1-beta.1",
"@internal/react-components": "1.0.1-beta.1",
"@internal/react-composites": "1.0.1-beta.1",
"@microsoft/api-documenter": "~7.12.11",
"@microsoft/api-extractor": "~7.18.0",
"@rollup/plugin-json": "~4.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react-hooks": "^3.4.2",
"@types/jest": "~26.0.22",
"@types/json-stringify-safe": "^5.0.0",
"@types/node": "^14.14.10",
"@types/react-aria-live": "^2.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-linkify": "^1.0.0",
"@types/react": "^16.9.49",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@zerollup/ts-transform-paths": "~1.7.18",
"ajv": "^6.9.1",
"copyfiles": "^2.4.1",
"cpx": "~1.5.0",
"cross-env": "~7.0.3",
"env-cmd": "~10.1.0",
"enzyme-adapter-react-16": "~1.15.6",
"enzyme": "~3.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint": "^7.7.0",
"if-env": "~1.0.4",
"jest": "26.6.0",
"json-stringify-safe": "^5.0.1",
"node-forge": ">=1.0.0",
"prettier": "2.3.1",
"pretty-quick": "^3.1.0",
"react-dom": "16.13.1",
"react-is": "~17.0.1",
"react-test-renderer": "^16.14.0",
"react": "~16.14.0",
"regenerator-runtime": "^0.13.7",
"renamer": "~4.0.0",
"rimraf": "^2.6.2",
"rollup": "~2.42.4",
"source-map-explorer": "^2.5.0",
"styled-components": "~5.2.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"ttypescript": "~1.5.12",
"type-fest": "~2.5.4",
"typescript": "4.3.5",
"uuid": "^8.1.0"
},
"beachball": {
"shouldPublish": false
}
}