-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
121 lines (121 loc) · 3.71 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "g3w-client",
"version": "3.11.0-alpha.1",
"description": "Gis3W WebGIS Client",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"build": "gulp version && gulp build",
"dev": "gulp dev",
"docker": "docker compose --env-file ../g3w-suite-docker/.env --file ../g3w-suite-docker/docker-compose-dev.yml --project-name g3w-suite-docker --project-directory ../g3w-suite-docker",
"docker:pull": "npm run docker pull",
"docker:up": "npm run docker up -- -d",
"docker:down": "npm run docker down",
"docker:config": "npm run docker config",
"docker:logs": "npm run docker logs",
"test": "gulp test",
"cy:open": "cypress open",
"preversion": "npm run test",
"version": "npm run build && git add -A",
"postversion": "git push && git push --tags",
"build:plugins": "npm run build",
"watch:plugins": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/g3w-suite/g3w-client.git"
},
"author": "",
"license": "MPL-2.0",
"homepage": "https://github.com/g3w-suite/g3w-client.git",
"dependencies": {
"localforage": "^1.10.0",
"lodash.clonedeep": "^4.5.0",
"shp-write": "^0.3.2",
"util-deprecate": "^1.0.2",
"vue": "2.6.12",
"vue-color": "^2.8.1",
"vue-cookie": "^1.1.4",
"vue-cookie-law": "^1.13.3",
"vue2-teleport": "^1.1.4"
},
"overrides": {
"graceful-fs": "^4.2.10"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-array-find": "^1.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.3.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"core-js-latest": "npm:core-js@^3.16.2",
"current-git-branch": "^1.1.0",
"del": "^2.2.2",
"event-stream": "^4.0.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.2",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-merge": "^0.1.1",
"gulp-prompt": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.0.7",
"gulp-watch": "^4.3.5",
"imgurify": "^2.0.1",
"inquirer": "^7.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^6.3.2",
"karma-browserify": "^8.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"less": "^2.6.0",
"less-plugin-glob": "^2.0.2",
"md5": "^2.3.0",
"mocha": "^6.2.0",
"node-lessify": "^0.1.1",
"preprocess": "^3.1.0",
"requirejs": "^2.3.6",
"run-sequence": "^1.2.2",
"sinon": "~1.17.3",
"stream-array": "^1.1.2",
"stream-concat": "^0.3.0",
"stringify": "^5.0.0",
"uglify-js": "^2.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"vue-template-compiler": "2.6.12",
"vueify": "^9.4.1",
"watchify": "^3.7.0",
"yargs": "^8.0.2"
},
"browserslist": "defaults",
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.5"
}
}