-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
81 lines (81 loc) · 2.52 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "mapsbundle",
"version": "1.0.0",
"description": "con4gis-Maps ============ The interactive maps brick of the Contao GIS-kit **con4gis**.",
"main": "webpack.config.js",
"scripts": {
"install-sass-migrator": "npm install -g sass-migrator",
"fix-for-mathdiv": "sass-migrator division **/*.scss",
"update-browserlist": "npx browserslist@latest --update-db",
"build-dev": "webpack --watch --config webpack.development.config.js",
"build-css": "npm run update-browserlist && gulp deploy",
"watch-css": "gulp",
"build-prod": "webpack --config webpack.production.config.js && gulp deploy"
},
"browser": {
"fs": false,
"http": false,
"https": false,
"url": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kuestenschmiede/MapsBundle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kuestenschmiede/MapsBundle/issues"
},
"homepage": "https://github.com/Kuestenschmiede/MapsBundle#readme",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^8.4.1",
"clean-webpack-plugin": "^3.0.0",
"echo-loader": "0.0.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-include": "^2.4.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"sass": "^1.83.1",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "^7.25.6",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ungap/structured-clone": "^1.2.1",
"browser": "^0.2.6",
"cesium": "^1.125.0",
"dom-to-image-more": "2.8.0",
"elm-pep": "^1.0.6",
"file-saver": "^2.0.5",
"i18next-client": "^1.11.4",
"jsbi": "^3.2.5",
"minimist": "^1.2.8",
"moment": "^2.29.4",
"ol": "^10.3.1",
"ol-ext": "^4.0.24",
"ol-mapbox-style": "^12.4.0",
"olcs": "^2.22.1",
"opening_hours": "^3.8.0",
"proj4": "^2.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}