forked from microsoft/Angara
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "angara",
"version": "0.3.2",
"license": "MIT",
"private": true,
"main": "Gruntfile.js",
"dependencies": {
"interactive-data-display": "^1.5.4",
"jquery": ">=3.1.1",
"jquery-ui": "^1.11.4",
"require-css": "^0.1.10",
"requirejs": "~2.1.22",
"svg.js": "~2.3.6",
"rx": "~4.1.0",
"datatables.net-dt": "DataTables/DataTables#1.9.4",
"npm-modernizr": "^2.8.3",
"angara.chartjs": "predictionmachines/Angara.Chart#0.3.1",
"angara.tablejs": "predictionmachines/Angara.Table#0.3.3",
"angara.serializationjs": "predictionmachines/Angara.Serialization#0.3.0",
"domReady": "requirejs/domReady#^2.0.1"
},
"resolutions": {
"angara.tablejs/datatables.net-dt/jquery": ">=3.1.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-replace": "^0.11.0",
"grunt-ts": "^5.2.0",
"grunt-tsd": "^0.2.0-beta.1"
},
"description": "",
"engines": {
"yarn": ">= 1.6.0"
}
}