-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.01 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "worldmap_3d",
"version": "5.0.0",
"description": "3D Cesium and babylonjs based client",
"homepage": "https://mholthausen.github.io/worldmap_3d/",
"main": "index.js",
"engines": {
"npm": ">=10.5.0",
"node": ">=20.12.0"
},
"scripts": {
"test": "npm run lint",
"build": "node_modules/.bin/webpack --config webpack.config.js --mode production",
"start": "node_modules/.bin/webpack serve --config webpack.config.js --mode development --host 0.0.0.0 --port 3000 --static src --hot",
"lint": "eslint -c .eslintrc.yml --ext js,jsx,html src/",
"release": "release-it -VV"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mholthausen/worldmap_3d.git"
},
"keywords": [],
"author": "Michael Holthausen <holthausen@terrestris.de>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mholthausen/worldmap_3d/issues"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/eslint-parser": "7.24.1",
"@babel/helper-compilation-targets": "7.23.6",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@reduxjs/toolkit": "2.2.2",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-html": "8.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"html-loader": "5.0.0",
"html-webpack-plugin": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.1.0",
"react-scripts": "5.0.1",
"release-it": "17.1.1",
"strip-pragma-loader": "1.0.1",
"style-loader": "3.3.4",
"url-loader": "4.1.1",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"dependencies": {
"antd": "5.16.0",
"cesium": "1.116.0",
"babylonjs": "6.49.0",
"use-async-effect": "^2.2.7"
}
}