-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.52 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prod.build": "vite build --config vite.prod.config.js"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@headlessui/vue": "1.7.19",
"@inertiajs/vue3": "1.0.15",
"@rushstack/eslint-patch": "1.10.1",
"@tailwindcss/forms": "0.5.7",
"@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-prettier": "9.0.0",
"autoprefixer": "10.4.19",
"axios": "^1.6.8",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.24.1",
"laravel-vite-plugin": "^1.0",
"postcss": "8.4.38",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.3",
"vite": "^5.2",
"vue": "3.4.21",
"vue-loader": "17.4.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "3.0.6",
"@norman-huth/helpers-collection-js": "^0.0.16",
"@sentry/vite-plugin": "^2.16.1",
"@sentry/vue": "^7.109.0",
"@vueform/multiselect": "^2.6.7",
"@vueform/slider": "^2.1.10",
"flag-icons": "^7.2.1",
"sass": "1.74.1",
"sass-loader": "14.1.1"
},
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa"
}