-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 949 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
{
"name": "dessert-person",
"version": "0.0.0",
"scripts": {
"dessertperson": "vite",
"build": "vite build",
"preview": "vite preview --port=8888"
},
"dependencies": {
"d3": "^7.2.1",
"d3-array": "^3.1.1",
"d3-delaunay": "^6.0.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-prism": "^2.2.1",
"path": "^0.12.7",
"require": "^2.4.20",
"sievejs": "^0.1.1",
"uuid": "^8.3.2",
"vue": "^3.2.25",
"vue-papa-parse": "^3.0.5",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"@vueuse/head": "^0.7.6",
"prettier": "2.4.1",
"prismjs": "^1.26.0",
"sass": "^1.43.4",
"sass-loader": "^10.2.0",
"vite": "2.3.1",
"vite-plugin-components": "^0.13.3"
}
}