mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
47 lines
1.3 KiB
JSON
47 lines
1.3 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.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",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.3.7",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^12.1.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"vue-loader": "^16.8.3"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "^1.3.4",
|
|
"date-fns": "^2.30.0",
|
|
"element-plus": "^2.4.2",
|
|
"jquery": "^3.6.4",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.43",
|
|
"primeflex": "^3.3.0",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^3.20.0",
|
|
"quill": "^1.3.7",
|
|
"tailwindcss": "^3.3.2",
|
|
"vue": "^3.2.45",
|
|
"vue-google-autocomplete": "^1.1.4",
|
|
"vue-pdf-embed": "^1.2.1",
|
|
"vuex": "^4.0.2",
|
|
"vuex-persist": "^3.1.3"
|
|
}
|
|
}
|