-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "search-ui",
"version": "1.1.1",
"private": true,
"scripts": {
"format": "prettier --write ."
},
"dependencies": {
"@elastic/react-search-ui": "1.20.2",
"@elastic/react-search-ui-views": "^1.20.2",
"@elastic/search-ui-app-search-connector": "^1.20.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@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",
"eslint-config-next": "^14.1.0",
"loglevel": "^1.8.0",
"moment": "^2.29.1",
"next": "^14.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.2.0",
"react-chartjs-2": "^5.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.28.1",
"react-multi-select-component": "^4.2.3",
"react-router-dom": "^6.2.2",
"react-select": "^5.2.2",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"json-loader": "^0.5.7",
"prettier": "^3.3.3"
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 4,
"trailingComma": "none"
}
}