-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
{
"name": "ml-visualizer",
"version": "0.0.0",
"description": "",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "concurrently --group \"npm run lint:*\"",
"lint:js": "eslint .",
"lint:typecheck": "tsc --noEmit"
},
"license": "GPL-3.0+",
"devDependencies": {
"@types/cytoscape": "^3.21.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.1",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-svgr": "^4.2.0"
},
"dependencies": {
"@colormap/core": "^0.2.0",
"@colormap/presets": "^0.2.0",
"@fontsource-variable/arimo": "^5.0.21",
"@fontsource-variable/raleway": "^5.0.19",
"@fontsource/arimo": "^5.0.20",
"@monaco-editor/react": "^4.6.0",
"chart.js": "^4.4.2",
"chartjs-plugin-annotation": "^3.0.1",
"classnames": "^2.5.1",
"cytoscape": "^3.29.2",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.46.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"seedrandom": "^3.0.5",
"use-immer": "^0.9.0",
"virtua": "^0.30.5"
}
}