-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 KB
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
{
"name": "temp",
"version": "0.1.0",
"private": true,
"homepage": "https://Visual-Intelligence-UMN.github.io/web-gnn-vis",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build && echo > out/.nojekyll",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"@fontsource/inter": "5.0.18",
"@next/font": "14.2.3",
"@reactour/tour": "3.7.0",
"@reactuses/core": "^6.0.5",
"colorsys": "1.0.22",
"copy-webpack-plugin": "12.0.2",
"d3": "7.9.0",
"express": "4.19.2",
"fs": "0.0.1-security",
"intro.js": "7.0.1",
"intro.js-react": "1.0.0",
"lodash": "4.17.21",
"lodash-es": "^4.17.21",
"mathjax": "3.2.2",
"mathjax-full": "3.2.2",
"mathjs": "13.0.0",
"minimatch": "10.0.1",
"next": "14.2.4",
"node-polyfill-webpack-plugin": "3.0.0",
"onnxruntime-web": "1.17.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-draggable": "^4.5.0",
"react-mathjax2": "0.0.2",
"react-resizable-panels": "2.0.19",
"react-scrollbars-custom": "4.1.1",
"react-tooltip": "5.27.0",
"react-transition-group": "4.4.5",
"run": "1.5.0",
"ts-node": "10.9.2"
},
"devDependencies": {
"@types/d3": "7.4.3",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"@types/react-transition-group": "4.4.10",
"eslint": "8",
"eslint-config-next": "14.2.3",
"gh-pages": "6.1.1",
"jest": "27.0.0",
"postcss": "8",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}