-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.66 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
{
"name": "endorse-dashboard",
"version": "1.0.0",
"description": "Public website and admin dashboard for ENDOrSE - End User Document Search Engine",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TU-Munich/endorse-dashboard"
},
"keywords": [
"website",
"react",
"node",
"landingpage",
"software"
],
"author": "Marco Salazar",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/TU-Munich/endorse-dashboard/issues"
},
"homepage": "https://github.com/TU-Munich/endorse-dashboard#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@material-ui/core": "^3.6.0",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"elasticsearch-sanitize": "^2.0.0",
"filepond": "^3.7.6",
"formik": "^1.4.1",
"i": "^0.3.6",
"lodash": "^4.17.10",
"material-ui-filter": "^2.1.13",
"material-ui-image": "^3.0.3",
"material-ui-pickers": "^2.2.0",
"material-ui-slider": "^3.0.0",
"material-ui-search-bar": "^0.4.2",
"npm": "^6.4.1",
"react": "^16.4.1",
"react-bootstrap-navbar": "^1.1.0",
"react-chartjs-2": "^2.7.4",
"react-charts": "^2.0.0-alpha.12",
"react-confirm-alert": "^2.0.7",
"react-d3-graph": "^2.0.0-rc2",
"react-datepicker": "^2.1.0",
"react-dom": "^16.4.1",
"react-file-viewer": "^0.5.0",
"react-filepond": "^5.0.0",
"react-json-view": "^1.19.1",
"react-md": "^1.9.0",
"react-particles-js": "^2.3.0",
"react-resizable": "^1.7.5",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-scroll-parallax": "^1.3.5",
"react-scroll-to-component": "^1.0.2",
"react-tag-autocomplete": "^5.8.0",
"react-ui-cards": "^1.4.0",
"socket.io-client": "^2.2.0",
"styled-components": "^3.3.3",
"webfontloader": "^1.6.28",
"webpack-node-externals": "^1.7.2",
"yarn": "^1.13.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}