mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-08-04 18:16:05 -04:00
41 lines
1.3 KiB
JSON
41 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": {
|
|
"cross-env": "^7.0",
|
|
"laravel-mix": "^6.0.31",
|
|
"laravel-mix-merge-manifest": "^2.0.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.59.3",
|
|
"sass-loader": "^12.1.0",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/vue-fontawesome": "^2.0.10",
|
|
"@tinymce/tinymce-vue": "^3.2.8",
|
|
"axios": "^1.3.4",
|
|
"jquery": "^3.6.4",
|
|
"primeflex": "^3.3.0",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^2.10.1",
|
|
"tinymce": "^5.10.7",
|
|
"tinymce-i18n": "^23.5.1",
|
|
"vue": "^2.7.14",
|
|
"vue-pdf-embed": "^1.1.6",
|
|
"vuex": "^3.6.2"
|
|
}
|
|
}
|