-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.98 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
{
"name": "qwc2-giswater",
"version": "3.6.012",
"description": "Giswater modules for QGIS Web Client 2",
"author": "BGEO",
"license": "BSD-2-Clause",
"repository": "git@github.com:bgeo-gis/qwc2-giswater.git",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@mui/x-date-pickers": "^6.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"buffer": "^6.0.3",
"chartist": "https://github.com/bgeo-gis/qwc2-chartiist-js",
"chartist-plugin-axistitle": "^0.0.7",
"chartist-plugin-pointlabels": "https://github.com/bgeo-gis/qwc2-chartist-plugin-pointlabels",
"chartist-plugin-zoom": "https://github.com/bgeo-gis/qwc2-chartist-plugin-zoom",
"export-to-csv-fix-source-map": "^0.2.1",
"material-react-table": "^3.0.0",
"@tanstack/react-table": "^8.8.7",
"process": "^0.11.10",
"react-chartist": "^0.14.4",
"react-datepicker": "^4.14.0",
"react-widgets": "3.5.0",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
"xml2js": "^0.6.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-redux": "^8.0.5"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
]
}
}