-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 896 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"name": "vue-d3-dataviz-starter",
"version": "1.0.2",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview --port=8888"
},
"dependencies": {
"d3": "^7.8.5",
"d3-delaunay": "^6.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-ins": "^3.0.1",
"markdown-it-prism": "^2.3.0",
"vite": "^5.0.12",
"vue": "^3.4.15",
"vue-papa-parse": "^3.1.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.4",
"@vueuse/head": "^0.7.13",
"prettier": "2.4.1",
"prismjs": "^1.29.0",
"sass": "^1.70.0",
"sass-loader": "^10.4.1",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pages-sitemap": "^1.6.1",
"vue-router": "^4.2.4"
}
}