-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "force-directed-graph-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"analyze-bundle": "vite-bundle-visualizer -o ./bundle-stats.html",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
"dependencies": {
"@unocss/reset": "^0.63.1",
"@vueuse/core": "^11.1.0",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.260",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.16.11",
"@unocss/eslint-config": "^0.63.1",
"@unocss/eslint-plugin": "^0.63.1",
"@unocss/preset-web-fonts": "^0.63.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.12.0",
"npm-run-all2": "^6.2.3",
"typescript": "~5.5.4",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.7",
"vue-tsc": "^2.1.6"
}
}