Skip to content

Commit

Permalink
UPG: Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
a2nt committed Apr 22, 2024
1 parent c36b321 commit c9a4f40
Show file tree
Hide file tree
Showing 7 changed files with 410 additions and 116 deletions.
2 changes: 1 addition & 1 deletion app/client/dist/js/app.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/dist/js/app_cms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/client/dist/js/sample.js

Large diffs are not rendered by default.

484 changes: 389 additions & 95 deletions app/client/dist/records.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/client/dist/report.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@a2nt/meta-lightbox-js": "^4.2.8",
"@a2nt/mithril-ui": "^1.1.5",
"@a2nt/ss-bootstrap-ui-webpack-boilerplate-react": "^5.3.5",
"@angular/common": "^17.3.2",
"@angular/core": "^17.3.2",
"@apollo/client": "^3.9.9",
"@angular/common": "^17.3.5",
"@angular/core": "^17.3.5",
"@apollo/client": "^3.9.11",
"@glidejs/glide": "^3.6.0",
"@popperjs/core": "^2.11.8",
"@turf/clone": "^6.5.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"localforage-cordovasqlitedriver": "^1.8.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^3.2.0",
"mapbox-gl": "^3.3.0",
"material-design-color": "^2.3.2",
"minimatch": "^9.0.4",
"mithril": "^2.2.2",
Expand All @@ -90,18 +90,18 @@
},
"devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.24.3",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.4",
"@googlemaps/markerclusterer": "^2.5.3",
"@sucrase/webpack-loader": "^2.0.0",
"@ungap/global-this": "^0.4.4",
Expand All @@ -118,7 +118,7 @@
"copy-webpack-plugin": "^12.0.2",
"croppie": "^2.6.5",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -144,8 +144,8 @@
"img-optimize-loader": "^1.0.7",
"js-yaml": "^4.1.0",
"loglevel": "^1.9.1",
"mini-css-extract-plugin": "^2.8.1",
"msw": "^2.2.13",
"mini-css-extract-plugin": "^2.9.0",
"msw": "^2.2.14",
"node-fetch": "^3.3.2",
"object-assign": "^4.1.1",
"optimism": "^0.17.5",
Expand All @@ -162,15 +162,15 @@
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.5",
"routie": "0.0.1",
"sass": "^1.72.0",
"sass": "^1.75.0",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.2",
"sass-lint-fix": "^1.12.1",
"sass-loader": "^14.1.1",
"sass-loader": "^14.2.1",
"scheduler": "^0.23.0",
"shallowequal": "^1.1.0",
"strip-ansi": "^7.1.0",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"sucrase": "^3.35.0",
"svg-url-loader": "^8.0.0",
"symbol-observable": "^4.0.0",
Expand All @@ -181,7 +181,7 @@
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-build-notifications": "^0.3.2",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-manifest-plugin": "^5.0.0",
Expand Down

0 comments on commit c9a4f40

Please sign in to comment.