-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1018 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
{
"name": "vite",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.13",
"flowbite": "^1.6.2",
"flowbite-vue": "^0.0.10",
"hcaptcha": "^0.1.1",
"jquery": "^3.6.3",
"preline": "^1.6.0",
"smooth-scrollbar": "^8.8.1",
"vue": "^3.0.5",
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.4.1",
"vue3-perfect-scrollbar": "^1.6.1"
},
"devDependencies": {
"@iconify/vue": "^4.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"postcss": "^8.4.20",
"stylelint-config-recommended": "^9.0.0",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4",
"vite": "^4.0.3"
}
}