forked from qgis/qwc2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.35 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
{
"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": "5.1.0",
"axios": "0.19.0",
"babel-polyfill": "6.26.0",
"chartist": "0.11.3",
"chartist-plugin-axistitle": "0.0.4",
"classnames": "2.2.6",
"deepcopy": "2.0.0",
"deepmerge": "4.0.0",
"diacritics": "1.3.0",
"eventlistener": "0.0.1",
"fast-xml-parser": "3.12.19",
"file-saver": "2.0.2",
"form-data-entries": "1.0.2",
"intl": "1.2.5",
"ismobilejs": "0.5.2",
"jsts": "2.0.6",
"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.3",
"object-assign": "4.1.1",
"ol": "5.3.3",
"proj4": "2.5.0",
"prop-types": "15.7.2",
"qrcode.react": "0.9.3",
"randomcolor": "0.5.4",
"react": "16.8.6",
"react-chartist": "0.13.3",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.8.6",
"react-intl": "2.9.0",
"react-numeric-input": "2.2.3",
"react-redux": "7.1.0",
"react-rnd": "10.0.0",
"react-share": "3.0.0",
"react-sortablejs": "1.5.1",
"react-swipeable": "5.4.0",
"redux": "4.0.4",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"sortablejs": "1.10.0-rc3",
"wellknown": "0.5.0"
},
"devDependencies": {
"node-fqdn": "1.1.1",
"object-path": "0.11.4",
"redux-devtools": "3.5.0",
"redux-devtools-dock-monitor": "1.1.3",
"redux-devtools-log-monitor": "1.4.0",
"redux-immutable-state-invariant": "2.1.0",
"webfonts-generator": "0.4.0",
"xml2js": "0.4.19"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
]
}
}