-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 927 Bytes
/
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
{
"name": "learningmachines",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucdscenter/learning_machines_app"
},
"author": "Ezra Edgerton",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucdscenter/learning_machines_app/issues"
},
"homepage": "https://github.com/ucdscenter/learning_machines_app#readme",
"dependencies": {
"bootstrap": "^4.4.1",
"crossfilter": "^1.3.12",
"d3": "^5.15.1",
"daterangepicker": "^3.0.5",
"dc": "^4.0.3",
"html2canvas": "^1.4.1",
"jquery": "^3.5.0",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"popper.js": "^1.16.1",
"three": "^0.136.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
}
}