-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "mlp-ui",
"version": "1.7.6",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@caraml-dev/ui-lib": "^1.7.5-build.5-59f13e1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^94.5.2",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@sentry/browser": "8.5.0",
"moment": "^2.30.1",
"object-assign-deep": "0.4.0",
"proper-url-join": "2.1.1",
"query-string": "^9.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"react-scripts": "^5.0.1"
},
"engines": {
"node": ">=20.13.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint --max-warnings 0 src",
"lint:fix": "eslint --fix src",
"postbuild": "mv build ../../build"
},
"proxy": "http://localhost:8080",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}