-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
112 lines (112 loc) · 3.2 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
{
"name": "c3s-magic-frontend",
"version": "3.2.2",
"description": "Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers",
"main": "main.js",
"scripts": {
"test": "echo \"ok\"",
"lint": "eslint \"**/*.{js,jsx}\" --quiet --fix",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --port 3000 --disable-host-check"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/c3s-magic/c3s-magic-frontend.git"
},
"keywords": [
"OGC",
"WMS",
"Geographical",
"Maps",
"Layers",
"Visualization",
"Canvas"
],
"author": "Maarten Plieger",
"license": "MIT",
"bugs": {
"url": "https://portal.c3s-magic.eu/"
},
"homepage": "https://portal.c3s-magic.eu",
"peerDependencies": {
"moment": "^2.22.2",
"jquery-ui-dist": "^1.12.1",
"jquery": "^3.3.1",
"proj4": "^2.5.0"
},
"dependencies": {
"adaguc-webmapjs": "3.3.8",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"create-react-class": "^15.6.3",
"fs": "0.0.1-security",
"immer": "^1.7.4",
"js-file-download": "^0.4.4",
"json-schema-ref-parser": "^6.0.2",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"react-burger-menu": "^2.6.5",
"react-dom-factories": "^1.0.2",
"react-fa": "^5.0.0",
"react-json-view": "^1.19.1",
"react-jsonschema-form": "^1.0.6",
"react-markdown": "^4.0.4",
"react-moment": "^0.8.4",
"react-redux-form": "^1.16.11",
"react-router": "^3.0.5",
"react-router-dom": "^4.3.1",
"react-slider": "^0.11.2",
"react-treebeard": "^3.1.0",
"reactstrap": "^6.5.0",
"recharts": "^1.4.1",
"svg-inline-react": "^3.1.0",
"throttle-debounce": "^2.0.1",
"ts-react-json-table": "^0.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"es6-enum": "^1.1.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-json": "^1.3.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jslint": "^0.12.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.11.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.3",
"react-redux": "^5.1.0",
"react-scrollbar": "^0.5.4",
"redbox-react": "^1.6.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"source-map": "^0.7.3",
"style-loader": "^0.23.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}