-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.31 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
{
"name": "climate_change_information_system",
"version": "1.0.0",
"main": "./app/index.ejs",
"scripts": {
"app-dev": "webpack-dev-server --hot --watch-poll --progress=true --open --config ./webpack.dev.config.js",
"build-test": "webpack --optimize-minimize --progress --config ./webpack.test.config.js",
"build-prod": "webpack --optimize-minimize --progress"
},
"author": "SAEON",
"license": "MIT",
"description": "",
"dependencies": {
"@ant-design/icons": "^1.2.1",
"@saeon/ol-react": "0.0.4",
"antd": "^3.13.2",
"basic-authorization-header": "^0.2.7",
"bootstrap": "^4.1.3",
"date-fns": "^1.30.1",
"font-awesome": "^4.7.0",
"luxon": "^1.12.0",
"mdbreact": "git+https://oauth2:[email protected]/mdb/react/re-pro.git#4.17.0",
"moment": "^2.24.0",
"odata-query": "^5.4.3",
"oidc-client": "^1.5.2",
"query-string": "^5.1.1",
"react": "^16.4.2",
"react-csv": "^1.1.1",
"react-dom": "^16.4.2",
"react-error-overlay": "^4.0.1",
"react-favicon": "0.0.14",
"react-fetch-component": "^6.1.0",
"react-ga": "^2.7.0",
"react-odata": "^10.1.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-table": "^6.8.6",
"react-textarea-autosize": "^6.1.0",
"react-tooltip": "^3.6.1",
"redux": "^3.7.2",
"redux-oidc": "^3.0.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-emotion": "^9.2.8",
"babel-plugin-import": "^1.11.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react-hot-loader": "^4.3.5",
"style-loader": "^0.20.3",
"terser-webpack-plugin": "^1.2.2",
"webpack": "^4.17.1",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.14"
}
}