-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "yarn run production",
"lint": "yarn eslint --ext .js,.vue ./resources/js"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19",
"@headlessui/vue": "^1.7",
"@heroicons/vue": "^2.0",
"@inertiajs/vue3": "^1.0",
"@tailwindcss/forms": "^0.5",
"@vue/compiler-sfc": "^3.2",
"autoprefixer": "^10.4",
"eslint": "^8.34",
"eslint-config-airbnb-base": "^15.0",
"eslint-plugin-import": "^2.27",
"eslint-plugin-vue": "^9.9",
"laravel-mix": "^6.0",
"luxon": "^3.2",
"postcss": "^8.4",
"resolve-url-loader": "^5.0",
"tailwindcss": "^3.2",
"vue": "^3.2",
"vue-eslint-parser": "^9.1",
"vue-loader": "^17.0"
}
}