-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.17 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.17 KB
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
67
{
"name": "spa",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"i18n:extract": "echo {} > i18n-empty.json && vue-i18n-extract report --vueFiles \"./src/**/*.{js,vue,ts}\" --output ./i18n-messages.json --languageFiles \"i18n-empty.json\" --add"
},
"dependencies": {
"@iconify-prerendered/vue-flag": "^0.28.1748584105",
"@iconify-prerendered/vue-flowbite": "^0.28.1754899090",
"@iconify-prerendered/vue-heroicons": "^0.28.1721921294",
"@iconify-prerendered/vue-humbleicons": "^0.28.1754108846",
"@unhead/vue": "^1.9.12",
"@vueuse/core": "^10.10.0",
"apexcharts": "^4.7.0",
"async-mutex": "^0.5.0",
"dayjs": "^1.11.11",
"debounce": "^2.1.0",
"dompurify": "^3.4.1",
"flowbite-datepicker": "^1.2.6",
"javascript-time-ago": "^2.5.11",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.7",
"sanitize-html": "^2.17.4",
"tailwind-merge": "^3.6.0",
"unhead": "^1.9.12",
"vue": "^3.5.12",
"vue-diff": "^1.2.4",
"vue-i18n": "^10.0.5",
"vue-router": "^4.3.0",
"vue3-json-viewer": "^2.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tailwindcss/typography": "^0.5.19",
"@tsconfig/node20": "^20.1.4",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.12.5",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"ajv": "^8.18.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"flag-icons": "^7.2.3",
"flowbite": "^3.1.2",
"i18n-iso-countries": "^7.12.0",
"npm-run-all2": "^9.0.2",
"portfinder": "^1.0.32",
"postcss": "^8.4.38",
"sass": "^1.77.2",
"tailwindcss": "^3.4.17",
"typescript": "~5.4.0",
"vite": "^5.2.13",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^2.0.11"
}
}