-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.75 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.75 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
{
"name": "external-components",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/Megaputer/external-components",
"description": "Contains external component examples",
"scripts": {
"dist": "yarn && webpack --config ./webpack.config.js --progress --mode=production",
"dist:watch": "yarn dist --watch --mode=development",
"create:widget": "./node_modules/.bin/external-widget create",
"archive": "./node_modules/.bin/external-widget archive",
"eslint": "yarn run --binaries-only eslint src --quiet",
"prepare": "husky"
},
"browserslist": [
"Chrome >= 73",
"Firefox >= 69",
"Edge >= 79",
"Safari >= 14"
],
"dependencies": {
"@ant-design/plots": "1.2.2",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@mantine/core": "6.0.13",
"@mantine/dates": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mui/icons-material": "5.10.3",
"@mui/material": "5.10.2",
"@types/node": "16.11.49",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"dayjs": "1.11.10",
"leaflet": "1.9.4",
"moment": "2.29.4",
"opencage-api-client": "1.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "4.2.1",
"react-moment": "1.1.2",
"recharts": "2.1.14",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@stylistic/eslint-plugin": "2.8.0",
"@types/leaflet": "1.9.8",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/utils": "8.6.0",
"circular-dependency-plugin": "5.2.2",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
"eslint": "9.10.0",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsdoc": "50.2.3",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"external-widget-cli": "megaputer/external-widget-cli",
"fork-ts-checker-webpack-plugin": "7.2.13",
"globals": "15.9.0",
"html-webpack-plugin": "5.5.0",
"husky": "9.1.6",
"mini-css-extract-plugin": "2.6.1",
"pa-typings": "https://github.com/megaputer/pa-typings.git#commit=dde92cc0902fc6e1ce1c41f2dce793de74a2df76",
"postcss-loader": "7.0.1",
"sass": "1.54.4",
"sass-loader": "13.0.2",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.3.1",
"typescript-eslint": "8.6.0",
"url-loader": "4.1.1",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
},
"engines": {
"node": ">=18.17.1"
},
"packageManager": "yarn@4.5.0"
}