-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.84 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
55
56
57
58
59
60
61
62
{
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint \"**/*.{vue,ts,js}\" --fix",
"preview": "npm run build && vite preview",
"preview-https": "serve dist",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^2.1.2",
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"apexcharts": "^3.47.0",
"date-fns": "^3.6.0",
"eslint-plugin-import": "^2.29.1",
"lodash": "^4.17.21",
"lodash.flatten": "^4.4.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-demi": "^0.12.5",
"vue-query": "^1.26.0",
"vue-router": "^4.3.0",
"vue3-apexcharts": "^1.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@iconify-json/carbon": "^1.1.31",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/lodash": "^4.17.0",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/server-renderer": "^3.4.21",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"https-localhost": "^4.7.1",
"pnpm": "^8.15.5",
"postcss": "^8.4.36",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-md": "^0.21.5",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.0.6"
}
}