-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.41 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",
"build": "vite build",
"lint": "eslint \"resources/js/**/*.{js,vue}\" --fix",
"format": "prettier \"resources/js/**/*.{js,vue,css}\" --write"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.19.2",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.0.0",
"vue": "^3.3.11"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@vueuse/core": "^10.4.1",
"dayjs": "^1.11.9",
"laravel-precognition-vue-inertia": "^0.5.1",
"momentum-paginator": "^1.0.6",
"query-string": "^8.1.0",
"vue-toastification": "^2.0.0-rc.5"
}
}