-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.27 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@headlessui/vue": "1.7.16",
"@inertiajs/vue3": "1.0.14",
"@rushstack/eslint-patch": "1.5.1",
"@tailwindcss/forms": "0.5.7",
"@vitejs/plugin-vue": "4.4.1",
"@vue/eslint-config-prettier": "8.0.0",
"autoprefixer": "10.4.16",
"axios": "^1.6.1",
"eslint": "8.53.0",
"eslint-plugin-vue": "9.18.1",
"laravel-vite-plugin": "^0.8.1",
"postcss": "8.4.31",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"vite": "^4.5.0",
"vue": "3.3.8",
"vue-loader": "17.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "3.0.5",
"@sentry/vite-plugin": "^2.14.2",
"@sentry/vue": "^7.40.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"sass": "1.69.5",
"sass-loader": "13.3.2"
}
}