-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.92 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
{
"name": "graphhopper-maps",
"homepage": "https://graphhopper.com/maps/",
"repository": {
"type": "git",
"url": "git+https://github.com/graphhopper/graphhopper-maps.git"
},
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"format": "prettier --write \"src/**/*.{css,ts,tsx,html}\" \"test/**/*.{js,ts,jsx,tsx}\" \"jest.config.js\" \"webpack.*.js\" \"config.js\"",
"serve": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build-debug": "webpack --config webpack.dev.js",
"test": "jest"
},
"dependencies": {
"custom-model-editor": "github:graphhopper/custom-model-editor#5ebd80570329f7abfc95c39624be1f1a379cf392",
"geojson": "0.5.0",
"maplibre-gl": "5.16.0",
"ol": "10.10.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-responsive": "10.0.1"
},
"overrides": {
"js-yaml": "4.3.1",
"uuid": "11.1.1"
},
"allowScripts": {
"fsevents": false,
"sharp": false,
"unrs-resolver": false
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@types/geojson": "7946.0.16",
"@types/jest": "30.0.0",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"copy-webpack-plugin": "14.0.0",
"css-loader": "7.1.2",
"favicons": "7.3.1",
"favicons-webpack-plugin": "6.0.1",
"html-webpack-plugin": "5.6.5",
"jest": "30.4.2",
"jest-environment-jsdom": "30.4.1",
"jest-fetch-mock": "3.0.3",
"prettier": "3.6.2",
"source-map-loader": "5.0.0",
"style-loader": "4.0.0",
"ts-jest": "29.4.11",
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"webpack": "5.107.2",
"webpack-cli": "7.0.3",
"webpack-dev-server": "5.2.6",
"webpack-merge": "6.0.1"
}
}