-
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 693 Bytes
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
{
"name": "@djblue/portal",
"version": "0.64.1",
"repository": "github:djblue/portal",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"anser": "^2.1.1",
"diff": "^5.2.2",
"highlight.js": "^11.3.1",
"idiomorph": "^0.7.4",
"marked": "^4.1.0",
"papaparse": "^5.3.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vega": "^5.33.1",
"vega-embed": "^6.19.1",
"vega-lite": "^5.1.1"
},
"devDependencies": {
"browserify": "^16.5.2",
"nbb": "^1.2.187",
"source-map-support": "^0.5.20",
"ws": "^8.17.1"
}
}