-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.93 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@graphnex/g-interface",
"private": true,
"version": "1.0.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"contributors": [
"Basile Spaenlehauer",
"Roxane Burri",
"Juan Carlos Farah"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"prepack": "yarn build",
"preview": "vite preview",
"test": "vitest --passWithNoTests"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"cytoscape": "^3.26.0",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-cise": "^1.0.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-compound-drag-and-drop": "^1.1.0",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-fcose": "^2.2.0",
"file-saver": "^2.0.5",
"invert-color": "^2.0.0",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"pretty-print-json": "^2.0.4",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"rgb-hex": "^4.1.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/cytoscape-avsdf": "^1.0.2",
"@types/file-saver": "^2.0.6",
"@types/lodash": "^4.14.198",
"@types/pluralize": "^0.0.32",
"@types/randomcolor": "^0.5.7",
"@types/react": "^18.2.12",
"@types/react-cytoscapejs": "^1.2.2",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier": "^3.0.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.0"
},
"files": [
"dist"
],
"resolutions": {
"vite": "4.3.9"
},
"packageManager": "yarn@3.6.0"
}