-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "covid-usa-2023",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"node ./server/index.js\" \"vite --host\"",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"start": "node ./server/index.js"
},
"dependencies": {
"d3-axis": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-geo": "^3.1.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"date-fns": "^2.30.0",
"dot-env": "^0.0.1",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"express-history-api-fallback": "^2.2.1",
"pinia": "^2.1.3",
"topojson-client": "^3.1.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@types/csvtojson": "^2.0.0",
"@types/d3-array": "^3.0.5",
"@types/d3-axis": "^3.0.2",
"@types/d3-ease": "^3.0.0",
"@types/d3-geo": "^3.0.3",
"@types/d3-scale": "^4.0.3",
"@types/d3-selection": "^3.0.5",
"@types/d3-zoom": "^3.0.3",
"@types/date-fns": "^2.6.0",
"@types/node": "^20.2.5",
"@types/topojson-client": "^3.1.1",
"@vitejs/plugin-vue": "^4.1.0",
"concurrently": "^8.2.0",
"eslint": "^8.42.0",
"express-status-monitor": "^1.3.4",
"sass": "^1.63.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite-plugin-pages": "^0.31.0",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.4.2"
}
}