-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
{
"name": "@apirtc/mui-react-lib",
"version": "1.1.0",
"description": "mui/react ui components library for ApiRTC",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest --coverage"
},
"keywords": [
"apirtc",
"react",
"mui",
"material-ui"
],
"author": "Kevin Moyse",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ApiRTC/mui-react-lib"
},
"peerDependencies": {
"@apirtc/apirtc": "^5.0.21",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/material": "^5.12.3",
"react": ">=17"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^27.5.0",
"@types/react": ">=17",
"@types/react-dom": "^18.0.11",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"react-dom": ">=17",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^28.0.2",
"typescript": "^4.9.4"
}
}