-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
93 lines (93 loc) · 3.06 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
{
"name": "qwc2",
"version": "2024.11.18-master",
"description": "QGIS Web Client 2 core",
"author": "Sourcepole AG",
"license": "BSD-2-Clause",
"repository": "git@github.com:qgis/qwc2.git",
"dependencies": {
"@giro3d/giro3d": "^0.39.0",
"@ladjs/country-language": "^1.0.3",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/shapefile": "^4.2.0",
"@loaders.gl/zip": "^4.2.0",
"@reduxjs/toolkit": "^2.0.1",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"any-date-parser": "^1.5.4",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"clone": "^2.1.2",
"dayjs": "^1.11.11",
"deepmerge": "^4.3.1",
"diacritics": "^1.3.0",
"fast-xml-parser": "^4.3.6",
"file-saver": "^2.0.5",
"flat": "^6.0.1",
"formdata-json": "^1.0.0",
"geojson-bounding-box": "^0.2.0",
"html-react-parser": "^5.1.10",
"ismobilejs": "^1.1.1",
"jszip": "^3.10.1",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.5.0",
"mime-to-extensions": "^1.0.2",
"mousetrap": "^1.6.5",
"nearley": "^2.20.1",
"ol": "^10.1.0",
"ol-ext": "^4.0.23",
"ol-mapbox-style": "^12.3.5",
"painterro": "^1.2.87",
"path-browserify": "^1.0.1",
"pdfjs-dist": "^4.6.82",
"pdf-lib": "^1.17.1",
"point-in-polygon": "^1.1.0",
"polygon-intersect-test": "^1.0.1",
"proj4": "^2.11.0",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"randomcolor": "^0.6.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-numeric-input2": "^3.1.0",
"react-redux": "^9.1.1",
"react-reverse-portal": "^2.1.2",
"react-rnd": "^10.4.10",
"react-share": "^5.1.0",
"react-sortablejs": "^1.5.1",
"react-swipeable": "^7.0.1",
"redux-logger": "^3.0.6",
"reselect": "^5.1.0",
"simplepolygon": "^1.2.3",
"sortablejs": "^1.15.1",
"svgpath": "^2.6.0",
"three": "^0.168.0",
"url": "^0.11.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@furkot/webfonts-generator": "^2.0.2",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/react": "^18.3.1",
"eslint": "^8.56.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-react": "^7.33.2",
"mkdirp": "^3.0.1",
"object-path": "^0.11.8",
"react-docgen": "^5.4.3",
"typescript": "^5.4.5"
},
"scripts": {
"plugindoc": "node scripts/gen-plugin-docs.js"
}
}