-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.81 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.81 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ems_landing_page",
"version": "9.4.0",
"description": "",
"main": "main.js",
"devDependencies": {
"@playwright/test": "1.58.2",
"@types/node": "24.12.0",
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.28.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.29.0",
"@babel/preset-react": "7.28.5",
"@emotion/react": "11.14.0",
"@eslint/compat": "2.0.3",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"babel-loader": "10.1.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-inline-react-svg": "2.0.2",
"babel-plugin-react-docgen": "4.2.1",
"babel-plugin-react-intl": "8.2.25",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "14.0.0",
"core-js": "3.48.0",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "8.0.0",
"eslint": "10.0.3",
"eslint-plugin-react": "7.37.5",
"file-loader": "6.2.0",
"globals": "17.4.0",
"handlebars": "4.7.8",
"handlebars-loader": "1.7.3",
"html-webpack-plugin": "5.6.6",
"husky": "9.1.7",
"node-fetch": "3.3.2",
"node-polyfill-webpack-plugin": "4.1.0",
"process": "0.11.10",
"resolve-url-loader": "5.0.0",
"style-loader": "4.0.0",
"url": "0.11.4",
"webpack": "5.105.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.3",
"webpack-merge": "6.0.1"
},
"dependencies": {
"@elastic/datemath": "5.0.3",
"@elastic/ems-client": "8.6.3",
"@elastic/eui": "113.2.1",
"@elastic/eui-theme-borealis": "6.1.0",
"@emotion/css": "11.13.5",
"@mapbox/mapbox-gl-rtl-text": "0.3.0",
"@turf/bbox": "7.3.4",
"@turf/center": "7.3.4",
"chroma-js": "3.2.0",
"maplibre-gl": "5.20.0",
"moment": "2.30.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"url-parse": "1.5.10",
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"**/yaml": "^2.8.0",
"**/semver": "^7.7.2"
},
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js",
"lint": "eslint ./public/js --fix",
"compile": "webpack --config webpack.prod.js",
"build": "./bin/git-check.sh && yarn build-unsafe",
"build-unsafe": "yarn lint && yarn compile",
"serverless": "node .buildkite/scripts/serverless.mjs",
"prepare": "husky",
"test": "playwright test",
"test:update-snapshots": "playwright test --update-snapshots"
},
"author": "Elastic",
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
"node": ">=18 <=24"
},
"packageManager": "yarn@1.22.22"
}