-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.27 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
{
"description": "This package.json file is only used for installing npm dependencies. But this is not an installable node package, but a WireCloud widget. Take a look into src/config.xml for more details about this widget",
"scripts": {
"debug": "./node_modules/webpack-cli/bin/cli.js serve --config webpack.dev.js",
"dev": "./node_modules/grunt-cli/bin/grunt --dev development",
"build": "./node_modules/grunt-cli/bin/grunt production"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/cesium": "^1.67.3",
"@types/ndarray": "^1.0.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^5.2.4",
"grunt": "^1.4.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-coveralls": "^2.0.0",
"grunt-eslint": "^23.0.0",
"grunt-karma": "^3.0.2",
"grunt-run": "^0.8.1",
"grunt-strip-code": "^1.0.6",
"grunt-text-replace": "~0.4.0",
"gruntify-eslint": "^5.0.0",
"jasmine-core": "^3.5.0",
"json-loader": "^0.5.7",
"karma": "^4.0.0",
"karma-babel-preprocessor": "^8.0.1",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"libxmljs2": "^0.26.7",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^7.0.1",
"mock-applicationmashup": "*",
"sinon": "^8.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"watchify": "^3.11.1",
"webpack": "^4.41.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"wirecloud-config-parser": "^0.2.3"
},
"private": true,
"dependencies": {
"@lets-fiware/cesium-japangsi": "^1.0.0",
"@turf/helpers": "^6.3.0",
"@turf/turf": "^6.3.0",
"buffer": "^6.0.3",
"cesium": "^1.80.0",
"cesium-gsi-terrain": "^1.0.0",
"pngjs": "^6.0.0",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3"
}
}