-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.37 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
107
108
{
"name": "visual-eyes",
"version": "0.0.1",
"description": "A visualization and statistical analysis web application for eye tracking data",
"license": "GPL-3.0-only",
"repository": "mattsears18/visual-eyes",
"scripts": {
"start": "meteor --settings settings.json",
"production": "meteor --settings settings.json --production",
"debug": "meteor run --inspect-brk=9229",
"test": "TEST_WATCH=1 meteor test --driver-package meteortesting:mocha --port 3002",
"test-debug": "TEST_WATCH=1 meteor test --inspect --driver-package=meteortesting:mocha --port 3002",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"keywords": [
"convex",
"hull",
"convex hull",
"eye tracking"
],
"dependencies": {
"@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.4.3",
"area-polygon": "^1.0.1",
"aws-sdk": "^2.442.0",
"babel-plugin-idx": "^2.4.0",
"bcrypt": "^5.0.0",
"csvtojson": "^2.0.8",
"datatables-buttons": "^1.0.3",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons": "^1.5.6",
"datatables.net-buttons-bs": "^1.5.6",
"datatables.net-dt": "^1.10.19",
"extend": "^3.0.2",
"faker": "^4.1.0",
"file-saver": "^2.0.1",
"genstats": "0.0.1",
"hyper-search": "^0.2.1",
"hyper-statusline": "^1.7.6",
"hyper-sync-settings": "^2.0.4",
"hyperlinks": "^0.5.0",
"hyperterm-dibdabs": "0.0.8",
"hyperterm-tabs": "^1.4.0",
"idx": "^2.5.6",
"image-size": "^0.6.3",
"jStat": "1.7.1",
"jquery": "^3.4.1",
"js-call-r": "0.0.4",
"json2csv": "^4.5.0",
"jszip": "^3.2.1",
"lodash": "^4.17.15",
"luxon": "^0.5.8",
"meteor-job": "^1.5.2",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"os": "^0.1.1",
"papaparse": "^5.2.0",
"plotly.js-dist": "^1.47.3",
"popper.js": "^1.15.0",
"postmark": "^2.2.8",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"regression": "^2.0.1",
"select2": "^4.0",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simpl-schema": "1.10.2",
"stringify-object": "^3.3.0",
"time-hulls": "^0.0.114",
"underscore": "^1.9.1"
},
"devDependencies": {
"@babel/cli": "7.4.3",
"@babel/core": "^7.4.5",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.4.3",
"@babel/plugin-transform-react-constant-elements": "7.2.0",
"@babel/plugin-transform-react-inline-elements": "7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "7.0.0",
"@babel/register": "^7.4.4",
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-react": "^7.13.0",
"jest": "^24.8.0",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.19.0",
"nyc": "^14.0.0",
"prettier": "^1.17.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-config-prettier": "^6.10.0"
}
}