-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
106 lines (106 loc) · 3.44 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"author": "Alexandr Kalinin<akalinin@umich.edu>, Selvam Palanimalai<selvam1991@gmail.com>, Ivo Dinov<sdinov@umich.edu>, SOCR student contributors<statistics@umich.edu>",
"name": "SOCRAT",
"version": "0.2.2",
"description": "A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization",
"homepage": "https://github.com/SOCR/SOCRAT",
"repository": {
"type": "git",
"url": "https://github.com/SOCR/SOCRAT.git"
},
"dependencies": {
"angular": "^1.6.0",
"angular-animate": "^1.6.0",
"angular-bootstrap-switch": "^0.5.1",
"angular-cookies": "^1.6.0",
"angular-messages": "^1.6.0",
"angular-resource": "^1.6.0",
"angular-route": "^1.6.0",
"angular-sanitize": "^1.6.0",
"angular-touch": "^1.6.0",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.4.1",
"bootstrap-switch": "~3.0.2",
"browserify-versionify": "~1.0.6",
"connect": "^3.7.0",
"core-js": "^2.6.12",
"d3": "~3.5.17",
"data-wrangler": "^1.0.6",
"datalib": "1.7.2",
"datatables.net": "~1.11.3",
"datatables.net-dt": "~1.11.3",
"designmodo-flat-ui": "~2.3.0",
"distributome": "^1.1.0",
"flatui-radiocheck": "~0.1.2",
"handsontable": "^0.28.0",
"holderjs": "~2.9.3",
"jquery": "~3.5.0",
"jquery-highlight": "~3.5.0",
"jquery-ui": "~1.13.0",
"jquery-ui-layout": "git+https://github.com/benosman/layout.git",
"jsfeat": "~0.0.8",
"jstat": "~1.5.2",
"jstransform": "~11.0.2",
"mathjax": "^2.7.1",
"mathjs": "^7.5.1",
"ml-cart": "^1.0.8",
"ml-knn": "^2.1.3",
"ml-naivebayes": "^3.0.0",
"ml-random-forest": "^1.0.3",
"ml-svm": "^2.1.2",
"ng-handsontable": "^0.13.2",
"powercalc": "^4.1.0",
"regenerator-runtime": "^0.13.7",
"select2": "~4.0.3",
"serve-static": "^1.14.1",
"through": "~2.3.8",
"transform-loader": "~0.2.3",
"tsne-js": "^1.0.3",
"typeahead.js": "git+https://github.com/twitter/typeahead.js.git",
"vega": "^5.19.1",
"vega-embed": "^6.15.1",
"vega-lite": "^5.0.0",
"vega-tooltip": "^0.25.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.10.0",
"css-loader": "~0.23.1",
"exports-loader": "^2.0.0",
"expose-loader": "^1.0.3",
"file-loader": "^6.2.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^4.5.1",
"imports-loader": "^1.2.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"less": "^4.1.0",
"less-loader": "^7.2.1",
"path-browserify": "^1.0.1",
"raw-loader": "~0.5.1",
"strip-loader": "^0.1.2",
"style-loader": "~0.13.1",
"url-loader": "^4.1.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
},
"engines": {
"node": ">=0.10.13"
},
"scripts": {
"build": "webpack",
"start-server": "node server.js > out.socrat.log 2> err.socrat.log &",
"deploy": "npm run build && npm run start-server",
"watch": "webpack --watch",
"serve": "webpack serve --hot --inline --color --content-base _build/ --host 127.0.0.1 --port 8080",
"servewindows": "node node_modules\\.bin\\webpack serve --inline --hot -d --color --content-base _build/ --host 127.0.0.1 --port 8080",
"prod": "webpack -p --config ./webpack.production.config.coffee"
},
"license": "LGPL-3.0"
}