-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.91 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.91 KB
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
{
"name": "klab.explorer",
"version": "0.22.0",
"description": "Web based explorer for k.LAB engine",
"productName": "k.Explorer",
"license": "AGPL-3.0-only",
"author": "Enrico Girotto <enrico.girotto@bc3research.org>",
"repository": {
"type": "git",
"url": "https://bitbucket.org/integratedmodelling/k.explorer.git"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"quasar-dev": "./node_modules/quasar-cli/bin/quasar dev",
"quasar-build": "./node_modules/quasar-cli/bin/quasar build"
},
"dependencies": {
"@korzio/djv-draft-04": "^2.0.0",
"@mdi/font": "^7.4.47",
"axios": "^0.18.0",
"djv": "^2.0.0",
"draggable-vue-directive": "^2.0.2",
"elkjs": "^0.7.1",
"jsonp": "^0.2.1",
"jsts": "^2.0.2",
"moment": "^2.22.1",
"moment-timezone": "^0.5.31",
"ol": "^5.3.0",
"ol-ext": "^3.1.7",
"ol-layerswitcher": "^3.0.0",
"printf": "^0.6.1",
"proj4": "^2.4.4",
"qs": "^6.10.1",
"quasar": "^0.0.18",
"reflect-metadata": "^0.1.13",
"simplebar": "3.0.0-beta.5",
"sprotty": "^0.9.0",
"tabulator-tables": "^4.9.3",
"vue-d3-network": "^0.1.28",
"vue-i18n": "^8.1.0",
"webstomp-client": "^1.2.0",
"xterm": "^4.11.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@types/node": "^12.0.3",
"babel-eslint": "^10.0.1",
"babel-polyfill": "^6.26.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-vue": "^4.3.0",
"quasar-cli": "^0.17.26",
"strip-ansi": "=3.0.1",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}