forked from caraml-dev/turing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "turing-ui",
"version": "0.1.0",
"private": true,
"//": "[@elastic/eui] pinned to 88.2.0 because the EuiAccordion component started breaking after it; see",
"//": "https://github.com/caraml-dev/turing/pull/384/files#r1677546784 for more details",
"//": "[@sentry/browser] pinned to 7.118.0 because craco/module federation has issues resolving this dependency; see",
"//": "https://github.com/caraml-dev/turing/pull/384#discussion_r1666418144 for more details",
"dependencies": {
"@caraml-dev/ui-lib": "^1.13.0-build.4-09c363a",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "88.2.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@demvsystems/yup-ast": "^1.2.2",
"@sentry/browser": "^7.118.0",
"js-yaml": "^4.1.0",
"mitt": "^3.0.1",
"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-collapsed": "^4.1.2",
"react-diff-viewer": "^3.1.1",
"react-dom": "^18.3.1",
"react-lazylog": "git+https://github.com/gojekfarm/react-lazylog#master",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.9.0",
"react-scroll-to-bottom": "^4.0.0",
"react-spinners": "^0.13.8",
"react-use-dimensions": "^1.2.1",
"ts-dedent": "^2.2.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "^14.5.2",
"prettier": "^3.2.5",
"react-scripts": "^5.0.1",
"sass": "^1.77.2"
},
"engines": {
"node": ">=20.13.1"
},
"scripts": {
"start": "PORT=3001 craco start --verbose",
"build": "craco build",
"test": "craco test",
"lint": "eslint --max-warnings 0 --ext .js,.jsx --fix src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}