forked from v-manip/WebClient-Framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.68 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
{
"name": "Vires-webclient",
"version": "3.1.3",
"scripts": {
"build": "grunt build",
"lint": "eslint",
"start": "grunt server"
},
"dependencies": {
"D3.TimeSlider": "1.2.0",
"FileSaver.js": "github:eligrey/FileSaver.js#cea522bc41bfadc364837293d0c4dc585a65ac46",
"backbone-amd": "github:amdjs/backbone#47e136947fc97c2f21f24aa339271194c6143dc4",
"backbone.babysitter": "~0.1.12",
"backbone.marionette": "~1.8.8",
"backbone.marionette.handlebars": "github:asciidisco/Backbone.Marionette.Handlebars#c2aad626b3631560120ac95235b85178a415b14d",
"backbone.wreqr": "~1.4.0",
"bootstrap": "~3.4.1",
"cesium": "~1.20.0",
"choices.js": "~3.0.4",
"d3": "~3.5.17",
"d3.Graphs": "github:ESA-VirES/AnalyticsViewer#8560652b0c3746656edb2a2a7f66950c6c1c0de2",
"filepond": "~4.30.6",
"font-awesome": "~4.5.0",
"graphly": "github:EOX-A/graphly#1badbf25e2848b3233bcb28f0cc61976f80b5c23",
"jquery": "~1.12.4",
"jquery-ui": "~1.13.0",
"jqueryui-touch-punch": "github:RWAP/jquery-ui-touch-punch#970cab8db60884db070bb9e1b044041aa347c375",
"msgpack-lite": "~0.1.26",
"plotty": "~0.4.9",
"require-handlebars-plugin": "~0.11.0",
"requirejs": "~2.3.6",
"requirejs-text": "~2.0.16",
"sumoselect": "github:HemantNegi/jquery.sumoselect#9f75647fa51939e5a5804822005341fd524fec97",
"underscore-amd": "github:amdjs/underscore#80c8e5ab4027278a13e8ecc0cc68c5d115b08dd8",
"w2ui": "github:vitmalina/w2ui#9821c19bd54861dd52504efe34e9d4256fdd4cce"
},
"devDependencies": {
"connect-livereload": "~0.6.1",
"eslint": "~7.32.0",
"grunt": "~1.5.3",
"grunt-concurrent": "~3.0.0",
"grunt-connect-proxy2": "github:lubojr/grunt-connect-proxy#a26efb570312557aaddcf7369ac5e23b53a2e536",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-coffee": "~2.1.0",
"grunt-contrib-compass": "~1.1.0",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-connect": "~3.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~5.0.0",
"grunt-contrib-handlebars": "~3.0.0",
"grunt-contrib-htmlmin": "github:gruntjs/grunt-contrib-htmlmin#857d5f1a70fccaba7f7de918ab6c8285ae72a0d3",
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-requirejs": "~1.0.0",
"grunt-contrib-uglify": "~5.2.2",
"grunt-contrib-watch": "~1.1.0",
"grunt-open": "~0.2.4",
"grunt-rev": "~0.1.0",
"grunt-svgmin": "~7.0.0",
"grunt-text-replace": "~0.4.0",
"grunt-usemin": "~0.1.13",
"micromatch": "~4.0.5",
"serve-static": "~1.15.0"
},
"engines": {
"node": ">=14.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ESA-VirES/WebClient-Framework.git"
}
}