-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
52 lines (52 loc) · 1.87 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
{
"name": "graphhopper-maps",
"homepage": "https://graphhopper.com/maps/",
"repository": {
"type": "git",
"url": "git+https://github.com/graphhopper/graphhopper-maps.git"
},
"version": "0.7",
"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#3a46b6981d170b7eb70d621bbb92caed149e5a97",
"geojson": "^0.5.0",
"heightgraph": "github:easbar/Leaflet.Heightgraph#5f4f0b1fff3646aa071981381f5955c9e6f111f0",
"ol": "10.2.1",
"ol-mapbox-style": "12.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive": "^9.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.4.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"favicons": "^7.0.1",
"favicons-webpack-plugin": "^6.0.0-alpha.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "2.8.8",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"ts-jest": "^29.1.4",
"ts-loader": "^9.4.2",
"typescript": "^5.1.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}