-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 974 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
{
"name": "ehri-dashboard",
"version": "1.0.0",
"license": "EUPL-1.2",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"build:prod": "vite build --mode production",
"build:staging": "vite build --mode staging"
},
"dependencies": {
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^10.11.1",
"axios": "^1.3.1",
"chart.js": "^3.9.1",
"country-iso-2-to-3": "^1.1.0",
"d3": "^7.8.2",
"leaflet": "^1.9.3",
"moment": "^2.29.4",
"pinia": "^2.2.2",
"punycode": "^2.3.1",
"vitest": "^2.0.5",
"vue": "^3.2.47",
"vue-chart-3": "^3.1.8",
"vue-i18n": "^9.9.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.13",
"jsdom": "^24.1.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^5.4.0"
}
}