-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.51 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
{
"name": "qwc2",
"version": "1.1.0",
"description": "QGIS Web Client 2 core",
"author": "Sourcepole AG",
"license": "BSD-2-Clause",
"repository": "[email protected]:qgis/qwc2.git",
"dependencies": {
"@turf/buffer": "6.3.0",
"axios": "0.21.1",
"babel-polyfill": "6.26.0",
"chartist": "0.10.1",
"chartist-plugin-axistitle": "0.0.7",
"classnames": "2.2.6",
"clone": "2.1.2",
"country-language": "^0.1.7",
"deepcopy": "2.1.0",
"deepmerge": "4.2.2",
"diacritics": "1.3.0",
"fast-xml-parser": "3.17.6",
"file-saver": "2.0.5",
"flat": "^5.0.2",
"form-data-entries": "1.0.4",
"geojson-bounding-box": "^0.2.0",
"intl": "1.2.5",
"ismobilejs": "1.1.1",
"jsts": "2.6.1",
"jszip": "3.5.0",
"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",
"mousetrap": "1.6.5",
"ol": "6.5.0",
"proj4": "2.6.3",
"prop-types": "15.7.2",
"qrcode.react": "1.0.1",
"randomcolor": "0.6.2",
"react": "16.14.0",
"react-chartist": "0.14.3",
"react-copy-to-clipboard": "5.0.2",
"react-dom": "16.14.0",
"react-html-parser": "2.0.2",
"react-intl": "5.10.10",
"react-numeric-input2": "3.0.3",
"react-redux": "7.2.2",
"react-rnd": "10.1.10",
"react-share": "4.3.1",
"react-sortablejs": "1.5.1",
"react-swipeable": "5.5.1",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"sortablejs": "1.10.2",
"wellknown": "0.5.0"
},
"devDependencies": {
"@types/react": "^16.14.0",
"node-fqdn": "1.1.1",
"object-path": "0.11.5",
"redux-devtools": "3.7.0",
"redux-devtools-dock-monitor": "1.2.0",
"redux-devtools-log-monitor": "2.1.0",
"redux-immutable-state-invariant": "2.1.0",
"webfonts-generator": "0.4.0",
"xml2js": "0.4.23"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
]
}
}