-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.76 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.76 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
{
"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",
"ol": "10.6.1",
"ol-mapbox-style": "13.1.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-responsive": "^10.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.2",
"favicons": "^7.2.0",
"favicons-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^5.6.4",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"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.1",
"ts-loader": "^9.5.2",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
}
}