-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.51 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
{
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "./node_modules/.bin/eslint ./resources/js/ --ext .js,.ts,.vue",
"eslint-fix": "./node_modules/.bin/eslint ./resources/js/ --ext .js,.ts,.vue --fix",
"prettier": "prettier --write 'resources/**/*.(css|js|vue)'",
"sort": "npx sort-package-json"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.16",
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.14",
"axios": "^1.6.2",
"date-fns": "^2.29.3",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.7.0",
"eslint-webpack-plugin": "^3.2.0",
"laravel-vite-plugin": "^0.7.8",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "^3.3.6",
"vite": "^4.0.0",
"vue": "^3.3.11",
"vue-boring-avatars": "^1.4.0"
}
}