Commits on Source (2034)
Showing
- .dockerignore 41 additions, 0 deletions.dockerignore
- .eslintrc.js 56 additions, 10 deletions.eslintrc.js
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yml 46 additions, 34 deletions.gitlab-ci.yml
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- Dockerfile 13 additions, 4 deletionsDockerfile
- README.md 151 additions, 15 deletionsREADME.md
- babel.config.js 9 additions, 2 deletionsbabel.config.js
- conf_apache_dev.md 59 additions, 0 deletionsconf_apache_dev.md
- docker-compose.yaml 3 additions, 1 deletiondocker-compose.yaml
- nginx.conf 34 additions, 11 deletionsnginx.conf
- package-lock.json 4740 additions, 2712 deletionspackage-lock.json
- package.json 28 additions, 12 deletionspackage.json
- public/config/config.json.sample 36 additions, 0 deletionspublic/config/config.json.sample
- public/img/favicon_gc.png 0 additions, 0 deletionspublic/img/favicon_gc.png
- public/img/icons/android-chrome-192x192.png 0 additions, 0 deletionspublic/img/icons/android-chrome-192x192.png
- public/img/icons/android-chrome-512x512.png 0 additions, 0 deletionspublic/img/icons/android-chrome-512x512.png
- public/img/icons/android-chrome-maskable-192x192.png 0 additions, 0 deletionspublic/img/icons/android-chrome-maskable-192x192.png
- public/img/icons/android-chrome-maskable-512x512.png 0 additions, 0 deletionspublic/img/icons/android-chrome-maskable-512x512.png
- public/img/icons/apple-touch-icon-120x120.png 0 additions, 0 deletionspublic/img/icons/apple-touch-icon-120x120.png
.dockerignore
0 → 100644
CHANGELOG.md
0 → 100644
conf_apache_dev.md
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "geocontrib-frontend", | "name": "geocontrib-frontend", | ||
"version": "2.1.0", | "version": "6.4.5-rc4", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve": "npm run init-proxy & npm run init-serve", | "serve": "npm run init-proxy & npm run init-serve", | ||
"init-proxy": "lcp --proxyUrl http://localhost:8000 --origin http://localhost:8080 --proxyPartial ''", | "init-proxy": "lcp --credentials --proxyUrl http://127.0.0.1:8000 --origin http://localhost:8080 --proxyPartial ''", | ||
"init-serve": "vue-cli-service serve", | "init-serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | "build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | "lint": "vue-cli-service lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@turf/flip": "^6.5.0", | "@fortawesome/fontawesome-svg-core": "^1.2.36", | ||
"@fortawesome/free-brands-svg-icons": "^5.15.4", | |||
"@fortawesome/free-regular-svg-icons": "^5.15.4", | |||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | |||
"@fortawesome/vue-fontawesome": "^2.0.6", | |||
"@mapbox/vector-tile": "^1.3.1", | |||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"core-js": "^3.6.5", | "core-js": "^3.20.2", | ||
"leaflet": "^1.5.1", | "csvtojson": "^2.0.10", | ||
"leaflet-draw": "^1.0.4", | "lodash": "^4.17.21", | ||
"ol": "^9.1.0", | |||
"ol-mapbox-style": "^12.3.0", | |||
"pbf": "^3.2.1", | |||
"qrcode": "^1.5.1", | |||
"register-service-worker": "^1.7.1", | "register-service-worker": "^1.7.1", | ||
"rxjs": "^6.6.7", | |||
"sortablejs": "^1.14.0", | "sortablejs": "^1.14.0", | ||
"textarea-markdown": "^1.3.1", | |||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
"vue-frag": "^1.1.5", | "vue-multiselect": "~2.1.6", | ||
"vue-router": "^3.2.0", | "vue-router": "^3.5.3", | ||
"vuex": "^3.6.2" | "vuex": "^3.6.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.25.2", | |||
"@babel/eslint-parser": "^7.15.8", | |||
"@babel/preset-env": "^7.25.4", | |||
"@fortawesome/fontawesome-free": "^5.15.4", | |||
"@vue/cli-plugin-babel": "~4.5.0", | "@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | "@vue/cli-plugin-eslint": "^5.0.0-beta.6", | ||
"@vue/cli-plugin-pwa": "~4.5.0", | "@vue/cli-plugin-pwa": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | "@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | "@vue/cli-service": "~4.5.0", | ||
"babel-eslint": "^10.1.0", | "babel-loader": "^9.2.1", | ||
"eslint": "^6.7.2", | "eslint": "^7.32.0", | ||
"eslint-plugin-vue": "^6.2.2", | "eslint-plugin-vue": "^7.20.0", | ||
"less": "^3.0.4", | "less": "^3.0.4", | ||
"less-loader": "^5.0.0", | "less-loader": "^5.0.0", | ||
"local-cors-proxy": "^1.1.0", | |||
"vue-template-compiler": "^2.6.11" | "vue-template-compiler": "^2.6.11" | ||
} | } | ||
} | } |
public/img/favicon_gc.png
0 → 100644
1.12 KiB

| W: | H:
| W: | H:



| W: | H:
| W: | H:


6.25 KiB
22.5 KiB
3.29 KiB