-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.28 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.28 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
{
"name": "my-react-app",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.8",
"@tryretool/custom-component-support": "latest",
"ag-grid-community": "^30.1.0",
"ag-grid-react": "^30.1.0",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-pdf-highlighter": "^6.1.0",
"stream-chat": "^8.14.4",
"stream-chat-react": "^11.1.0",
"uuid": "^9.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/uuid": "^9.0.8",
"eslint-config-react-app": "^7.0.1",
"prettier": "^3.0.3",
"postcss-modules": "^6.0.0"
},
"retoolCustomComponentLibraryConfig": {
"name": "ExamplesLibrary",
"label": "My Library Label",
"description": "My library description",
"entryPoint": "src/index.tsx",
"outputPath": "dist"
}
}