annotate client/package.json @ 1312:3c37017f5eb8

fixed cross profile diagram after switching to to admin context and back and it's responsive behavior The recalculation of the available space (scaleFairwayProfile) needs to be done after removing the current diagram (in drawDiagram).
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 13:57:31 +0100
parents 2738a6ae9ad8
children d1d8c7bd16a1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 {
595
6c3527ddc200 gemma is not wamos
Tom Gottfried <tom@intevation.de>
parents: 570
diff changeset
2 "name": "gemmajs",
1116
ca754bdfae00 Bumped version to next dev state...
Sascha Wilde <wilde@intevation.de>
parents: 1097
diff changeset
3 "version": "1.2.0-dev",
1258
fdadfb4a3b60 client: add license and repo to package.json
Bernhard Reiter <bernhard@intevation.de>
parents: 1187
diff changeset
4 "license": "AGPL-3.0-or-later",
fdadfb4a3b60 client: add license and repo to package.json
Bernhard Reiter <bernhard@intevation.de>
parents: 1187
diff changeset
5 "repository": {
1299
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1258
diff changeset
6 "type": "hg",
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1258
diff changeset
7 "url": "https://hg.intevation.de/gemma"
1258
fdadfb4a3b60 client: add license and repo to package.json
Bernhard Reiter <bernhard@intevation.de>
parents: 1187
diff changeset
8 },
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
9 "private": true,
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
10 "scripts": {
206
cd6ad5eaef8d Renamed cmd/tokenserver to cmd/gemma.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 169
diff changeset
11 "run:both": "concurrently \"../cmd/gemma/gemma\" \"vue-cli-service serve\"",
1187
6b3001f51c2c Client: use revision of working directory for dev version tagging.
Sascha Wilde <wilde@intevation.de>
parents: 1163
diff changeset
12 "serve": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve",
6b3001f51c2c Client: use revision of working directory for dev version tagging.
Sascha Wilde <wilde@intevation.de>
parents: 1163
diff changeset
13 "build": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service build",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
14 "lint": "vue-cli-service lint",
164
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
15 "test:unit": "vue-cli-service test:unit",
7c40e9f28f94 test: Moved testfile. Established nightwatch tests
Thomas Junk <thomas.junk@intevation.de>
parents: 159
diff changeset
16 "test:e2e": "vue-cli-service test:e2e"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
17 },
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
18 "dependencies": {
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
19 "@fortawesome/fontawesome-svg-core": "^1.2.8",
1299
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1258
diff changeset
20 "@fortawesome/free-brands-svg-icons": "^5.5.0",
2738a6ae9ad8 fontawesome 4 -> 5
Markus Kottlaender <markus@intevation.de>
parents: 1258
diff changeset
21 "@fortawesome/free-regular-svg-icons": "^5.5.0",
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
22 "@fortawesome/free-solid-svg-icons": "^5.5.0",
1097
874d19f32015 added fontawesome5 and implemented one example icon on login screen
Markus Kottlaender <markus@intevation.de>
parents: 1082
diff changeset
23 "@fortawesome/vue-fontawesome": "^0.1.2",
738
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
24 "@turf/distance": "^6.0.1",
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
25 "@turf/helpers": "^6.1.4",
d7530644dde3 client: add calculation of fairway rectangles
Bernhard Reiter <bernhard@intevation.de>
parents: 713
diff changeset
26 "@turf/line-intersect": "^6.0.2",
428
d7a06b9fffc9 feat: Usability for usermanagement improved.
Thomas Junk <thomas.junk@intevation.de>
parents: 384
diff changeset
27 "animate.css": "^3.7.0",
6
7c1bde663c8e current frontend
Thomas Junk <thomas.junk@intevation.de>
parents: 3
diff changeset
28 "axios": "^0.18.0",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
29 "bootstrap": "^4.1.1",
295
22deb76dff2c feat: Added vue2-toastr
Thomas Junk <thomas.junk@intevation.de>
parents: 206
diff changeset
30 "cxlt-vue2-toastr": "^1.1.0",
570
7575cf0e15ff feat: Add coordinate system for fairway profile
Thomas Junk <thomas.junk@intevation.de>
parents: 568
diff changeset
31 "d3": "^5.7.0",
646
4450f2ab41e0 refac: Fairwawprofile view adapted
Thomas Junk <thomas.junk@intevation.de>
parents: 601
diff changeset
32 "debounce": "^1.2.0",
11
e0b5dd98665e current frontend with asset server configured
Thomas Junk <thomas.junk@intevation.de>
parents: 8
diff changeset
33 "font-awesome": "^4.7.0",
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
34 "glob-all": "^3.1.0",
159
3d9341f6da4e feat: Locale of browser determines the default language
Thomas Junk <thomas.junk@intevation.de>
parents: 141
diff changeset
35 "locale2": "^2.2.0",
123
92e0c636e67c Upgraded to current Version of OpenLayers
Thomas Junk <thomas.junk@intevation.de>
parents: 30
diff changeset
36 "ol": "^5.0.0",
568
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
37 "path": "^0.12.7",
99968a7394f7 feat: PurgeCSS added to remove unnecessary CSS weight
Thomas Junk <thomas.junk@intevation.de>
parents: 565
diff changeset
38 "purgecss-webpack-plugin": "^1.2.1",
565
4bc27eea4f09 feat: Added tooltips for user roles
Thomas Junk <thomas.junk@intevation.de>
parents: 484
diff changeset
39 "v-tooltip": "^2.0.0-rc.33",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
40 "vue": "^2.5.16",
1163
fb5c83d4ea1d added copy coordinates button to fairway profile
Markus Kottlaender <markus@intevation.de>
parents: 1120
diff changeset
41 "vue-clipboard2": "^0.2.1",
864
2079fabbe6dd client: add fill-colour setting to systemconfig
Bernhard Reiter <bernhard@intevation.de>
parents: 738
diff changeset
42 "vue-color": "^2.6.0",
713
badbc0207418 feat: systeminformation feature added
Thomas Junk <thomas.junk@intevation.de>
parents: 646
diff changeset
43 "vue-highlightjs": "^1.3.3",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
44 "vue-router": "^3.0.1",
1070
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 1036
diff changeset
45 "vuex": "^3.0.1",
12312fb1cda2 webpack-cli added
Thomas Junk <thomas.junk@intevation.de>
parents: 1036
diff changeset
46 "webpack-cli": "^3.1.2"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
47 },
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
48 "devDependencies": {
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
49 "@vue/cli-plugin-babel": "^3.1.1",
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
50 "@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
51 "@vue/cli-plugin-eslint": "^3.1.4",
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
52 "@vue/cli-plugin-unit-jest": "^3.1.1",
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
53 "@vue/cli-service": "^3.1.2",
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
54 "@vue/eslint-config-prettier": "^4.0.0",
384
af82a8989b44 refactor: Upgraded to current version of vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents: 375
diff changeset
55 "@vue/test-utils": "^1.0.0-beta.20",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
56 "babel-core": "7.0.0-bridge.0",
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
57 "babel-jest": "^23.0.1",
955
920fba3f593f chore: upgrading packages to latest
Thomas Junk <thomas.junk@intevation.de>
parents: 864
diff changeset
58 "concurrently": "^4.0.1",
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
59 "copy-webpack-plugin": "^4.6.0",
141
Thomas Junk <thomas.junk@intevation.de>
parents: 123
diff changeset
60 "easygettext": "^2.4.0",
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
61 "node-sass": "^4.10.0",
8
d97a8842c985 start front and back both concurrently
Thomas Junk <thomas.junk@intevation.de>
parents: 6
diff changeset
62 "pretty-quick": "^1.6.0",
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
63 "sass-loader": "^7.0.1",
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
64 "vue-gettext": "^2.1.1",
601
e3d8b732bc97 webpack-bundle-analyzer added to client dependencies
Thomas Junk <thomas.junk@intevation.de>
parents: 595
diff changeset
65 "vue-template-compiler": "^2.5.17",
1120
c316fcf94ea9 chore: update frontendlibs
Thomas Junk <thomas.junk@intevation.de>
parents: 1116
diff changeset
66 "webpack-bundle-analyzer": "^3.0.3"
3
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
67 },
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
68 "browserslist": [
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
69 "> 1%",
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
70 "last 2 versions",
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
71 "not ie <= 8"
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
72 ]
1597506a2241 merge with vue-cli
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
73 }