-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.43 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,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"serve": "screen -dmS ww npm run watch",
"serve:kill": "sudo pkill -f hippomanager"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"axios": "^0.21",
"browser-sync": "~2.24.*",
"browser-sync-webpack-plugin": "~2.2.*",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"tailwindcss": "^3.0.22",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@tailwindcss/forms": "^0.4.0",
"jwt-auth": "^2.0.1",
"vue": "^2.6.14",
"vue-loading-overlay": "^3.0.0",
"vue-plain-pagination": "^0.3.0",
"vue-tables-2-premium": "^2.3.6",
"vue-tailwind": "^2.5.0",
"vuejs-datatable": "^2.0.0-alpha.7"
}
}