-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 891 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.43",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@jobinsjp/vue3-datatable": "^1.0.15",
"@tailwindcss/forms": "^0.5.0",
"alpinejs": "^3.9.6",
"autoprefixer": "10.4.4",
"axios": "^0.26.1",
"ladda": "^2.0.3",
"lodash": "^4.17.21",
"sweetalert2": "^11.4.8",
"tailwindcss": "^3.0.23",
"vue": "^3.2.31"
}
}