-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
137 lines (137 loc) · 4.84 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "inowas-dss-client",
"version": "0.0.1",
"description": "The client for the inowas-dss",
"main": "./src/index.jsx",
"scripts": {
"dev": "webpack-dev-server -d --config webpack.config.babel.js",
"generate": "rc-autocomplete",
"lint": "eslint src",
"test": "jest --config .jest.config.json --coverage",
"build": "rimraf dist && webpack --config ./webpack.production.config.babel.js --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com:inowas/inowas-dss-client.git"
},
"author": "INOWAS",
"homepage": "https://tu-dresden.de/bu/umwelt/hydro/inowas",
"license": "MIT",
"dependencies": {
"@turf/turf": "^5.0.4",
"@types/jest": "^23.0.2",
"ajv": "^6.5.1",
"axios": "^0.15.3",
"bessel": "^1.0.2",
"classnames": "^2.2.5",
"epsg": "^0.3.0",
"file-loader": "^0.10.0",
"gwflowjs": "https://github.com/inowas/gwflowjs.git#master",
"incomplete-gamma": "^1.0.1",
"js-md5": "^0.6.0",
"leaflet": "^1.2.0",
"leaflet-control-geocoder": "^1.5.8",
"leaflet-draw": "0.4.10",
"leaflet-geometryutil": "^0.8.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"normalizr": "^3.2.2",
"npm": "^5.8.0",
"papaparse": "^4.3.6",
"percentile": "^1.2.0",
"proj4": "^2.4.4",
"prop-types": "latest",
"radium": "^0.18.1",
"rainbowvis.js": "https://github.com/inowas/RainbowVis-JS.git#master",
"raw-loader": "^0.5.1",
"rc-slider": "^8.6.2",
"react": "^15.4.2",
"react-c3js": "<=0.1.13",
"react-dom": "^15.4.2",
"react-dropzone": "^4.2.9",
"react-edit": "^6.3.0",
"react-iframe": "^0.0.4",
"react-leaflet": "^1.9.1",
"react-leaflet-draw": "^0.18.0",
"react-leaflet-fullscreen": "^0.0.6",
"react-list": "^0.8.6",
"react-paginate": "^4.4.3",
"react-pivottable": "^0.3.1",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-select-plus": "^1.0.0-rc.5",
"reactabular-sticky": "^8.9.0",
"reactabular-table": "^8.9.0",
"reactabular-virtualized": "^8.10.1",
"recharts": "^0.21.2",
"recompose": "^0.26.0",
"redbox-react": "^1.5.0",
"redux": "^3.6.0",
"redux-persist": "^4.5.0",
"redux-promise-middleware": "^4.2.0",
"redux-saga": "^0.15.4",
"redux-thunk": "^2.2.0",
"reproject": "^1.2.1",
"reselect": "^3.0.1",
"searchtabular": "^1.5.1",
"selectabular": "^2.0.1",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.0",
"sortabular": "^1.4.1",
"table-resolver": "^3.1.1",
"uglifyjs-webpack-plugin": "^1.2.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^22.4.3",
"babel-loader": "^6.3.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.24.0",
"color": "^1.0.3",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^2.1.0",
"favicons-webpack-plugin": "^0.0.7",
"html-webpack-plugin": "^2.28.0",
"imagemin-webpack-plugin": "^1.4.4",
"jest": "^23.1.0",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^1.3.3",
"radium-plugin-linter": "^1.0.1",
"radium-plugin-prefix-all": "^1.0.1",
"radium-plugin-validity-pseudos": "^1.0.0",
"react-addons-transition-group": "^15.4.2",
"react-autocomplete-cli": "^0.0.3",
"react-hot-loader": "next",
"react-svg-loader": "^1.1.1",
"react-test-renderer": "^16.4.0",
"redux-devtools-extension": "2.13",
"redux-logger": "^3.0.1",
"rimraf": "^2.6.0",
"source-map-loader": "^0.2.1",
"stats-webpack-plugin": "^0.4.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.5.1"
}
}