-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.49 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.49 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
{
"name": "@internal/storybook8",
"version": "1.25.0-beta.1",
"description": "Azure Communication Services UI Library Storybook",
"scripts": {
"build": "cross-env NODE_ENV=production node ./scripts/build.mjs",
"build:dev": "cross-env NODE_ENV=development node ./scripts/build.mjs",
"clean": "",
"start": "cross-env NODE_ENV=development node ./scripts/start.mjs",
"storybook": "storybook",
"test": "node ./scripts/test.mjs",
"test:ci-coverage": "echo skip",
"test:coverage": "rushx test --coverage --coverageReporters=lcov",
"test:snippets": "tsc --p tsconfig.snippets.json",
"snapshot:update": "rushx test --update-snapshot",
"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": "node ./scripts/lint.mjs",
"lint:fix": "rushx lint --fix --",
"lint:quiet": "rushx lint -- --quiet"
},
"license": "MIT",
"dependencies": {
"@azure/communication-calling": "1.34.1-beta.1 || ^1.33.4",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-common": "^2.3.1",
"@azure/communication-identity": "^1.3.0",
"@azure/communication-react": "1.25.0-beta.1",
"@fluentui/react-components": "^9.58.2",
"@fluentui/react-file-type-icons": "8.12.8",
"@fluentui/react-hooks": "^8.8.17",
"@fluentui/react-icons": "^2.0.274",
"@fluentui/react": "^8.122.11",
"@fluentui/theme-samples": "8.7.123",
"@internal/fake-backends": "1.25.0-beta.1",
"@griffel/react": "^1.5.27",
"@microsoft/applicationinsights-react-js": "^3.0.5",
"@microsoft/applicationinsights-web": "^2.6.2",
"copy-to-clipboard": "^3.3.1",
"remark-gfm": "4",
"resize-observer-polyfill": "^1.5.1",
"tslib": "^2.5.0",
"browserslist": "^4.22.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "7.23.9",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/core-events": "8.2.6",
"@storybook/components": "8.2.6",
"@storybook/addon-actions": "8.2.6",
"@storybook/addon-controls": "8.2.6",
"@storybook/addon-docs": "8.2.6",
"@storybook/addon-essentials": "8.2.6",
"@storybook/addon-links": "8.2.6",
"@storybook/builder-webpack5": "8.2.6",
"@storybook/manager-api": "8.2.6",
"@storybook/node-logger": "8.2.6",
"@storybook/preview-api": "8.2.6",
"@storybook/react": "8.2.6",
"@storybook/test": "8.2.6",
"@storybook/react-webpack5": "8.2.6",
"@storybook/test-runner": "^0.17.0",
"@storybook/theming": "8.2.6",
"@testing-library/jest-dom": "^6.4.8",
"@types/jest": "^29.5.14",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.10.6",
"@types/react-dom": "18.3.1",
"@types/react-linkify": "^1.0.4",
"@types/react": "18.3.12",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"ajv": "^8.17.1",
"babel-jest": "^29.5.0",
"babel-loader": "8.1.0",
"concurrently": "^5.3.0",
"copyfiles": "^2.4.1",
"core-js": "^3.34.0",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.2",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"jest": "29.7.0",
"json-stringify-safe": "^5.0.1",
"nan": "^2.14.1",
"node-forge": ">=1.3.1",
"preact": "^10.19.3",
"prettier": "3.3.2",
"pretty-quick": "^4.0.0",
"raw-loader": "^4.0.2",
"react-dom": "18.3.1",
"react-is": "^18.3.1",
"react": "18.3.1",
"regenerator-runtime": "^0.14.0",
"require-from-string": "^2.0.2",
"scheduler": "^0.23.0",
"shell-quote": "1.8.2",
"source-map-explorer": "^2.5.0",
"storybook": "8.2.6",
"styled-components": "^5.2.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"ts-jest": "^29.2.6",
"ts-loader": "^8.0.12",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"webpack": "5.95.0"
}
}