diff --git a/dashboard/.indium b/dashboard/.indium new file mode 100644 index 00000000..e69de29b diff --git a/dashboard/LICENSE b/dashboard/LICENSE new file mode 100644 index 00000000..5f031604 --- /dev/null +++ b/dashboard/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017-2018, City of Helsinki + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/dashboard/package.json b/dashboard/package.json index bad72a06..35874e76 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -2,10 +2,32 @@ "name": "parkkidash", "version": "0.1.0", "private": true, + "license": "MIT", "dependencies": { + "axios": "^0.17.1", + "bootstrap": "^4.0.0", + "chart.js": "^2.7.1", + "chroma-js": "^1.3.4", + "font-awesome": "^4.7.0", + "jquery": "^3.3.1", + "leaflet": "^1.3.1", + "lodash": "^4.17.4", + "moment": "^2.20.1", + "popper.js": "^1.12.9", + "prop-types": "^15.6.0", "react": "^16.2.0", + "react-chartjs-2": "^2.7.0", + "react-datetime": "^2.10.3", "react-dom": "^16.2.0", - "react-scripts-ts": "2.13.0" + "react-leaflet": "^1.8.0", + "react-redux": "^5.0.6", + "react-scripts-ts": "2.13.0", + "react-select": "^1.2.1", + "react-table": "^6.7.6", + "reactstrap": "^5.0.0-beta", + "redux": "^3.7.2", + "redux-logger": "^3.0.6", + "redux-thunk": "^2.2.0" }, "scripts": { "start": "react-scripts-ts start", @@ -14,10 +36,21 @@ "eject": "react-scripts-ts eject" }, "devDependencies": { + "@types/axios": "^0.14.0", + "@types/chart.js": "^2.7.6", + "@types/chroma-js": "^1.3.3", "@types/jest": "^22.1.1", + "@types/leaflet": "^1.2.5", + "@types/lodash": "^4.14.98", "@types/node": "^9.4.0", "@types/react": "^16.0.35", "@types/react-dom": "^16.0.3", + "@types/react-leaflet": "^1.1.4", + "@types/react-redux": "^5.0.14", + "@types/react-select": "^1.2.0", + "@types/react-table": "^6.7.2", + "@types/reactstrap": "^5.0.12", + "@types/redux-logger": "^3.0.5", "typescript": "^2.6.2" } } diff --git a/dashboard/public/index.html b/dashboard/public/index.html index ed0ebafa..251d409c 100644 --- a/dashboard/public/index.html +++ b/dashboard/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Parkkidash