-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "skyhouse",
"version": "2.1.5",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview --port 3000"
},
"dependencies": {
"@aacassandra/vue3-progressbar": "^1.0.3",
"@chenfengyuan/vue-countdown": "^2.0.0-rc",
"@dafcoe/vue-notification": "^0.1.6",
"@headlessui/vue": "^1.4.1",
"@vitejs/plugin-vue": "^1.9.3",
"daisyui": "^1.10.0",
"fuzzysort": "^1.1.4",
"kutty": "^0.5.2",
"material-icons": "^1.8.1",
"mosha-vue-toastify": "^1.0.17",
"notiwind": "^1.2.3",
"sailui": "^0.5.0",
"skeleton-loader-vue": "^1.0.10",
"string-similarity": "^4.0.4",
"uuid": "^8.3.2",
"vue": "^3.1.5",
"vue-breakpoints": "^1.1.0",
"vue-easy-spinner": "^0.1.0",
"vue-izitoast": "^1.2.1",
"vue-loading-template": "^1.3.2",
"vue-material-design-icons": "^4.13.0",
"vue-progressbar": "^0.7.5",
"vue-router": "^4.0.10",
"vue-skeletor": "^1.0.6",
"vue-tailwind": "^2.5.0",
"vue-toasted": "git://github.com/shakee93/vue-toasted.git#next",
"vue-toastification": "^1.7.11"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.3.1",
"eslint": "^8.0.1",
"eslint-plugin-vue": "^7.19.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7",
"vite": "^2.4.4"
}
}