mirror of
https://github.com/anvaka/graph-start.git
synced 2025-12-08 19:55:52 +00:00
33 lines
735 B
JSON
33 lines
735 B
JSON
{
|
|
"name": "graph-starter",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "vite",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.18",
|
|
"miserables": "^3.0.0",
|
|
"ngraph.events": "^1.2.2",
|
|
"ngraph.forcelayout": "^3.3.1",
|
|
"ngraph.fromdot": "^7.1.0",
|
|
"ngraph.fromjson": "^3.1.0",
|
|
"ngraph.generators": "^21.0.0",
|
|
"ngraph.graph": "^20.0.1",
|
|
"ngraph.todot": "^4.1.0",
|
|
"w-gl": "^0.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
"globals": "^15.12.0",
|
|
"vite": "^7.0.6"
|
|
}
|
|
}
|