mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-07-31 05:16:49 -04:00
31 lines
856 B
JSON
31 lines
856 B
JSON
{
|
|
"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": {
|
|
"cross-env": "^7.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^12.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"axios": "^1.2.2",
|
|
"laravel-mix": "^6.0.49",
|
|
"laravel-mix-merge-manifest": "^2.1.0",
|
|
"vue": "^3.2.45",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.20.0",
|
|
"vue-loader": "^17.0.1",
|
|
"vue-select": "^4.0.0-beta.6",
|
|
"vue-sweetalert2": "^5.0.5"
|
|
}
|
|
}
|