View changed, map partially operationnal
.babelrc
0 → 100644
frontend/__init__.py
0 → 100644
frontend/apps.py
0 → 100644
frontend/src/index.js
0 → 100644
This diff is collapsed.
frontend/urls.py
0 → 100644
frontend/views.py
0 → 100644
This diff is collapsed.
... | ... | @@ -4,6 +4,8 @@ |
"description": "[](https://gitlab.utc.fr/chehabfl/outgoing_rex/pipelines) [](https://chehabfl.gitlab.utc.fr/outgoing_rex/) [](https://opensource.org/licenses/BSD-2-Clause)", | ||
"main": "manage.py", | ||
"scripts": { | ||
"dev": "webpack --mode development ./frontend/src/index.js --output ./frontend/static/frontend/main.js", | ||
"build": "webpack --mode production ./frontend/src/index.js --output ./frontend/static/frontend/main.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
... | ... | @@ -13,7 +15,28 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"leaflet": "^1.3.1", | ||
"leaflet.markercluster": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"@material-ui/core": "^1.5.1", | ||
"@material-ui/icons": "^2.0.3", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-1": "^6.24.1", | ||
"css-loader": "^1.0.0", | ||
"leaflet": "^1.3.4", | ||
"prop-types": "^15.6.2", | ||
"react": "^16.4.2", | ||
"react-dom": "^16.4.2", | ||
"react-leaflet": "^2.0.1", | ||
"react-script": "^2.0.5", | ||
"recharts": "^1.1.0", | ||
"weak-key": "^1.0.1", | ||
"webpack": "^4.17.0", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
} |
Please register or sign in to comment