forked from DroneDB/Hub
-
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) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.33 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": "hub",
"version": "1.1.0",
"description": "JS Client Application for Registry",
"main": "webpack.config.js",
"scripts": {
"build": "node --openssl-legacy-provider ./node_modules/webpack/bin/webpack.js",
"build:watch": "node --openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DroneDB/Hub.git"
},
"author": "",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/DroneDB/Hub/issues"
},
"homepage": "https://github.com/DroneDB/Hub#readme",
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.7.7",
"@codemirror/commands": "^6.10.1",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.39.4",
"@turf/bbox": "^6.0.1",
"@turf/meta": "^6.0.2",
"babel-loader": "^8.0.0-beta.4",
"clipboard-copy": "^4.0.1",
"copy-webpack-plugin": "^6.4.0",
"css-loader": "^1.0.0",
"file-loader": "^4.0.0",
"flatgeobuf": "^4.0.1",
"jquery": "^3.7.1",
"markdown-it": "^12.0.4",
"ol": "^10.5.0",
"promise-polyfill": "8.1.0",
"sass": "^1.32.5",
"sass-loader": "^7.0.3",
"semantic-ui-css": "^2.5.0",
"spark-md5": "^3.0.2",
"style-loader": "^0.21.0",
"url-loader": "^2.0.1",
"vue": "^2.6.11",
"vue-loader": "^15.2.4",
"vue-router": "^3.4.9",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"vuejs-logger": "1.5.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.27.1",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"prettier": "2.3.1",
"webpack-livereload-plugin": "^2.3.0"
}
}