-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.72 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.72 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
{
"name": "@mconf/bbb-ui-components-react",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/bigbluebutton/bbb-ui-components-react.git"
},
"main": "dist/components/index.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"build": "webpack --mode production",
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet",
"start": "webpack serve --mode development",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Arthur Böckmann Grossi",
"license": "LGPL-3.0",
"description": "",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.1",
"@mui/styles": "^6.4.8",
"@mui/icons-material": "^7.3.1",
"@tippyjs/react": "^4.2.6",
"prop-types": "^15.8.1",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-icons": "^5.5.0",
"react-modal": ">=3.16.1",
"styled-components": ">=5.3.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@eslint/js": "^9.33.0",
"@storybook/addon-a11y": "^9.1.5",
"@storybook/addon-actions": "^9.0.8",
"@storybook/addon-docs": "^9.1.5",
"@storybook/addon-links": "^9.1.5",
"@storybook/addon-onboarding": "^9.1.5",
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
"@storybook/react-webpack5": "^9.1.5",
"@types/react-modal": "^3.16.3",
"@types/react-toggle": "^4.0.5",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"babel-loader": "^9.2.1",
"babel-plugin-styled-components": "^2.1.4",
"css-loader": "^7.1.2",
"eslint": "^9.33.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.1.5",
"globals": "^16.3.0",
"path": "^0.12.7",
"storybook": "^9.1.5",
"style-loader": "^4.0.0",
"styled-components": "6.1.13",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.40.0",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.3"
}
}