-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 2.55 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
{
"name": "project-rostenice",
"private": false,
"version": "0.5.5",
"description": "This application visualises geographical data in a 3D environment. This can help a farmer to better understand the farm fields. The farmer can explore the relation of the yield potential to the topography, slope, orientation and topography wetness index in his/her field. The farmer can check the parts of fields with steep slopes and how the machinery deals with them (checking the machinery tracklogs). The technical details can be found here. The application uses the digital terrain model of fifth generation and the digital surface model of first generation produced by ČÚZK. The application was developed by the DataBio project team for the purposes of the INSPIRE HACK 2017.",
"repository": "git+ssh://[email protected]:hslayers/project-rostenice.git",
"license": "MIT",
"scripts": {
"proxy": "node node_modules/hslayers-ng/lib/proxy.js",
"run": "node node_modules/http-server/bin/http-server",
"postinstall": "",
"prestart": "npm install",
"start": "http-server -a localhost -p 8000",
"pretest": "npm install",
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js"
},
"dependencies": {
"acorn": "^6.4.1",
"cesium": "^1.69.0",
"hslayers-ng": "^1.23.0",
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"angular-jsdoc": "^1.5.0",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"extract-loader": "^3.2.0",
"file-loader": "^3.0.1",
"grunt": "^1.1.0",
"grunt-angular-gettext": "^2.5.3",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-jsbeautifier": "0.2.x",
"grunt-jsdoc": "^2.4.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"ng-cache-loader": "0.0.26",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-prefix-selector": "^1.7.2",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.43.0",
"webpack-build-notifier": "^1.2.2",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}