-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
{
"name": "egraph-visualizer",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/egraphs-good/egraph-visualizer.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@anywidget/types": "0.2.0",
"@heroicons/react": "2.1.5",
"@tailwindcss/container-queries": "0.1.1",
"@tanstack/eslint-plugin-query": "5.59.7",
"@tanstack/react-query": "5.59.11",
"@tanstack/react-query-devtools": "5.59.11",
"@xyflow/react": "12.3.2",
"elkjs": "0.9.3",
"monaco-editor": "0.52.0",
"react": "18.3.1",
"react-aria-components": "^1.4.0",
"react-dom": "18.3.1",
"react-monaco-editor": "0.56.2",
"react-stately": "3.33.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.1.6",
"vega-scale": "7.4.1"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "10.4.20",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss-scoped-preflight": "^3.4.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
},
"files": [
"dist/index.js",
"dist/style.css"
],
"main": "dist/index.js",
"packageManager": "[email protected]"
}