-
Notifications
You must be signed in to change notification settings - Fork 18
/
dev_package.json
56 lines (56 loc) · 1.53 KB
/
dev_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
{
"name": "eaglescope",
"version": "1.0.0",
"description": "Data Cohort Visualization ",
"main": "index.js",
"scripts": {
"test": "npm run-script build",
"build": "parcel build source/index.html --public-url '.'",
"dev": "parcel source/index.html"
},
"repository": {
"type": "git",
"url": "https://www.github.com/sharmalab/eaglescope.git"
},
"keywords": [
"data",
"datascope",
"visualization",
"cohort"
],
"author": "birm, Nan Li",
"license": "BSD-3-Clause",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/sortablejs": "^1.10.6",
"array-move": "^3.0.1",
"bootstrap": "^4.5.3",
"crossfilter2": "^1.5.4",
"d3": "^5.16.0",
"jquery": "^3.5.1",
"mdbreact": "^4.26.0",
"parcel-bundler": "^1.12.4",
"popper.js": "^1.16.1",
"react": "^16.14.0",
"react-bootstrap": "^1.4.3",
"react-dom": "^16.14.0",
"react-grid-layout": "^0.16.6",
"react-sortable-hoc": "^1.11.0",
"react-sortablejs": "^6.0.0",
"react-virtualized": "^9.22.3",
"sortablejs": "^1.13.0",
"style": "0.0.3",
"vega": "^5.18.0",
"vega-embed": "^6.15.0",
"vega-lite": "^4.17.0"
},
"devDependencies": {
"sass": "^1.32.4"
}
}