mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
35 lines
956 B
JSON
35 lines
956 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": {
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "1.4.0",
|
|
"dotenv": "^10.0.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"laravel-mix": "^6.0.31",
|
|
"laravel-mix-merge-manifest": "^2.0.0",
|
|
"sass": "^1.77.1",
|
|
"sass-loader": "^12.6.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"date-fns": "^3.3.1",
|
|
"jquery": "^3.6.4",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.45",
|
|
"primeflex": "^3.3.1",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.48.1",
|
|
"vue": "^3.2.45",
|
|
"vue-loader": "^17.4.2"
|
|
}
|
|
}
|