Initial Commit
parents
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/aws.xml
0 → 100644
.idea/jsLibraryMappings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
README.md
0 → 100644
craco.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "traffic-urban-platform", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@craco/craco": "^6.0.0", | |||
"@date-io/date-fns": "^1.3.13", | |||
"@material-ui/core": "^4.11.2", | |||
"@material-ui/icons": "^4.11.2", | |||
"@material-ui/lab": "^4.0.0-alpha.57", | |||
"@material-ui/pickers": "^3.2.10", | |||
"@testing-library/jest-dom": "^5.11.6", | |||
"@testing-library/react": "^11.2.2", | |||
"@testing-library/user-event": "^12.6.0", | |||
"@types/geojson": "^7946.0.7", | |||
"@types/jest": "^26.0.19", | |||
"@types/node": "^12.19.11", | |||
"@types/react": "^16.14.2", | |||
"@types/react-dom": "^16.9.10", | |||
"cesium": "^1.78.0", | |||
"craco-cesium": "^1.2.0", | |||
"date-fns": "^2.16.1", | |||
"ogc3dcontainerentitiesmodel": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel#master", | |||
"react": "^17.0.1", | |||
"react-dom": "^17.0.1", | |||
"react-scripts": "4.0.1", | |||
"recharts": "^2.0.4", | |||
"resium": "^1.13.1", | |||
"tinygradient": "^1.1.2", | |||
"typescript": "^4.1.3", | |||
"web-vitals": "^0.2.4" | |||
}, | |||
"scripts": { | |||
"start": "craco start", | |||
"build": "craco build", | |||
"test": "craco test", | |||
"eject": "craco eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644