-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.28 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "qwc2",
"version": "2023.11.23-master",
"description": "QGIS Web Client 2 core",
"author": "Sourcepole AG",
"license": "BSD-2-Clause",
"repository": "[email protected]:qgis/qwc2.git",
"dependencies": {
"@ladjs/country-language": "^1.0.3",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"any-date-parser": "^1.5.3",
"axios": "^1.2.3",
"buffer": "^6.0.3",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"clone": "^2.1.2",
"dayjs": "^1.11.7",
"deepcopy": "^2.1.0",
"deepmerge": "^4.2.2",
"diacritics": "^1.3.0",
"fast-xml-parser": "^4.0.14",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"formdata-json": "^1.0.0",
"geojson-bounding-box": "^0.2.0",
"html-react-parser": "^3.0.8",
"ismobilejs": "^1.1.1",
"jszip": "^3.10.1",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.5.0",
"lodash.pickby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"mime-to-extensions": "^1.0.2",
"mousetrap": "^1.6.5",
"ol": "^8.2.0",
"ol-ext": "^4.0.4",
"ol-mapbox-style": "^12.1.0",
"painterro": "^1.2.78",
"path-browserify": "^1.0.1",
"point-in-polygon": "^1.1.0",
"polygon-intersect-test": "^1.0.1",
"proj4": "^2.8.1",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-intl": "^6.2.5",
"react-numeric-input2": "^3.1.0",
"react-redux": "^8.0.5",
"react-rnd": "^10.4.1",
"react-share": "^4.4.1",
"react-sortablejs": "^1.5.1",
"react-swipeable": "^7.0.0",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"regenerator-runtime": "^0.13.11",
"reselect": "^4.1.7",
"sortablejs": "^1.14.0",
"stream-browserify": "^3.0.0",
"svgpath": "^2.6.0",
"timers-browserify": "^2.0.12",
"url": "^0.11.0",
"uuid": "^8.3.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@furkot/webfonts-generator": "^2.0.0",
"@redux-devtools/core": "^3.13.1",
"@redux-devtools/dock-monitor": "^3.0.1",
"@redux-devtools/log-monitor": "^4.0.2",
"@types/react": "^18.0.27",
"mkdirp": "^2.1.3",
"object-path": "^0.11.8",
"redux-immutable-state-invariant": "^2.1.0"
},
"babel": {
"plugins": [
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-object-rest-spread"
],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
]
}
}