You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
818 B

{
"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"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.29",
"axios": "^0.26",
"bootstrap": "^4.6.1",
"cross-env": "^7.0",
"jquery": "^3.6",
"laravel-mix": "^6",
"lodash": "^4.17.21",
"popper.js": "^1.12",
"postcss": "^8.4",
"resolve-url-loader": "5.0.0",
"sass": "^1.49.8",
"sass-loader": "12.*",
"vue": "^2.6.14",
"vue-loader": "^15",
"vue-template-compiler": "^2.6.14"
}
}