-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.81 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
58
59
60
61
62
63
64
65
66
{
"name": "datavis-design",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/d3": "^7.4.3",
"@types/d3-brush": "^3.0.6",
"@types/d3-chord": "^3.0.6",
"@types/d3-contour": "^3.0.6",
"@types/d3-delaunay": "^6.0.4",
"@types/d3-dispatch": "^3.0.6",
"@types/d3-drag": "^3.0.7",
"@types/d3-dsv": "^3.0.7",
"@types/d3-fetch": "^3.0.7",
"@types/d3-force": "^3.0.9",
"@types/d3-format": "^3.0.4",
"@types/d3-geo": "^3.1.0",
"@types/d3-hierarchy": "^3.1.6",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-path": "^3.0.2",
"@types/d3-polygon": "^3.0.2",
"@types/d3-quadtree": "^3.0.6",
"@types/d3-random": "^3.0.3",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-shape": "^3.1.6",
"@types/d3-time": "^3.0.3",
"@types/d3-time-format": "^4.0.3",
"@types/d3-timer": "^3.0.2",
"@types/d3-transition": "^3.0.8",
"d3": "^7.8.5",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-cloud": "^1.2.7",
"d3-color": "^3.1.0",
"d3-ease": "^3.0.1",
"d3-interpolate-path": "^2.3.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"pinia": "^2.1.7",
"vue": "^3.3.4",
"yarn": "^1.22.21"
},
"devDependencies": {
"@arco-design/web-vue": "^2.53.3",
"@types/d3-array": "^3.2.1",
"@types/d3-axis": "^3.0.6",
"@types/d3-color": "^3.1.3",
"@types/d3-ease": "^3.0.2",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/node": "^20.9.0",
"@types/papaparse": "^5.3.14",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
}
}