-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
94 lines (94 loc) · 2.67 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
{
"name": "eaglescope",
"version": "1.0.0",
"description": "Data Cohort Visualization ",
"main": "index.js",
"scripts": {
"lint": "eslint source",
"lint:fix": "eslint source --fix",
"test": "jest",
"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": "^6.5.2",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/sortablejs": "^1.15.4",
"array-move": "^3.0.1",
"bootstrap": "^5.3.2",
"bootstrap-css-only": "^4.4.1",
"crossfilter2": "^1.5.4",
"d3": "^5.16.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"mdbreact": "^5.2.0",
"parcel-bundler": "^1.12.5",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.9.1",
"react-dnd": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-grid-layout": "^1.4.2",
"react-resizable": "^3.0.5",
"react-router-dom": "^5.3.4",
"react-sortablejs": "^6.1.4",
"react-virtualized": "^9.22.5",
"react-virtualized-image-measurer": "^0.4.0",
"sortablejs": "^1.15.0",
"style": "0.0.3",
"vega": "^5.25.0",
"vega-embed": "^6.23.0",
"vega-lite": "^4.17.0"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"cross-fetch": "^4.0.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-fetch": "^3.3.2",
"parcel-plugin-static-files-copy": "^2.6.0",
"prettier": "^2.8.8",
"sass": "^1.69.5"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "config",
"staticOutDir": "config/"
}
]
}
}