-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.37 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint ./ --ext .vue,.js,.cjs --fix --ignore-path .gitignore"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.7",
"axios": "^1.6.4",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.14",
"prettier": "^3.2.4",
"tailwindcss": "^3.1.0",
"vite": "^5.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@headlessui/vue": "^1.7.3",
"@vueform/multiselect": "^2.6.6",
"daisyui": "^4.6.0",
"vue-plyr": "^7.0.0"
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
}
}