mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
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": {
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.6.1",
|
|
"cross-env": "^7.0",
|
|
"dotenv": "^10.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"laravel-mix": "^6.0.31",
|
|
"laravel-mix-merge-manifest": "^2.1.0",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.4.32",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^12.1.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"vue-loader": "^17.0.1"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.7",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.42.0",
|
|
"vue": "^3.3.9",
|
|
"vue3-toastify": "^0.2.1"
|
|
}
|
|
}
|