-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 943 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 943 Bytes
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
{
"name": "search-ui",
"version": "1.2.3",
"private": true,
"scripts": {
"format": "prettier --write ."
},
"dependencies": {
"@elastic/react-search-ui": "^1.20.2",
"@elastic/react-search-ui-views": "^1.20.2",
"@hookform/error-message": "^2.0.0",
"@mui/material": "^5.14.2",
"bootstrap": "^5.1.3",
"chart.js": "^4.0.0",
"elastic-builder": "^2.16.0",
"loglevel": "^1.8.0",
"react-chartjs-2": "^5.0.0",
"react-hook-form": "^7.28.1",
"react-select": "^5.2.2"
},
"devDependencies": {
"prettier": "^3.3.3"
},
"peerDependencies": {
"next": "^14 || ^15 || ^16",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 4,
"trailingComma": "none"
}
}