-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
55 lines (55 loc) · 1.8 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.14.202",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/server-renderer": "^3.2.31",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.4.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"country-code-emoji": "^2.3.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.20.1",
"floating-vue": "^2.0.0-beta.24",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"momentum-modal": "^0.2.1",
"os": "^0.1.2",
"path": "^0.12.7",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"sass": "^1.68.0",
"tailwindcss": "^3.3.6",
"twemoji": "^14.0.2",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-define-options": "^1.4.1",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-watch": "^0.2.0",
"vue": "^3.3.11",
"vue-select": "^4.0.0-beta.6",
"vue-toastification": "^2.0.0-rc.5",
"vue-tsc": "^1.2.0",
"vue3-tabs-component": "^1.3.7",
"ziggy-js": "^2.1.0"
}
}