-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1014 Bytes
/
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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --fix"
},
"dependencies": {
"@ckpack/vue-color": "^1.6.0",
"3d-force-graph": "^1.73.3",
"axios": "^1.7.4",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"file-saver": "^2.0.5",
"mitt": "^3.0.1",
"ml-hclust": "^3.1.0",
"nouislider": "^15.8.1",
"quill": "^2.0.2",
"quill-to-word": "^1.3.0",
"random-color-rgb": "^1.1.1",
"smallest-enclosing-circle": "^1.0.2",
"validator": "^13.12.0",
"vue": "^3.4.37",
"vue-axios": "^3.5.2",
"vue-router": "^4.4.3",
"vue-select": "^4.0.0-beta.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"vite": "^5.4.1",
"vite-plugin-eslint": "^1.8.1"
}
}