You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/package.json

72 lines
2.4 KiB

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"staging": "npm run production -- --mix-config=webpack.mix.staging",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production -- --mix-config=webpack.mix.production",
"production": "mix --production"
},
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"@tinymce/tinymce-vue": "^3.0.1",
"apexcharts": "^3.27.1",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"codemirror": "^5.60.0",
"dedent": "^0.7.0",
"fslightbox-vue": "^1.2.0",
"izitoast": "^1.4.0",
"jalali-moment": "^3.3.3",
"moment": "^2.29.1",
"moment-jalaali": "^0.9.2",
"object-to-formdata": "^2.1.2",
"prismjs": "^1.21.0",
"quill": "^1.3.7",
"vee-validate": "^3.4.10",
"vue-advanced-cropper": "^0.14.1",
"vue-apexcharts": "^1.6.1",
"vue-chartjs": "^3.4.0",
"vue-codemirror": "^4.0.6",
"vue-color": "^2.8.1",
"vue-dialog-drag": "^0.1.29",
"vue-directive-tooltip": "^1.6.3",
"vue-gallery": "^2.0.1",
"vue-jalali-moment": "^1.0.0",
"vue-js-toggle-button": "^1.3.3",
"vue-masonry-wall": "^0.3.2",
"vue-moment": "^4.1.0",
"vue-persian-datetime-picker": "^2.6.1",
"vue-prism-editor": "^1.2.2",
"vue-quill-editor": "^3.0.6",
"vue-range-component": "^1.0.3",
"vue-router": "^3.0.2",
"vue-select": "^3.11.2",
"vue-tinymce-editor": "^1.6.2",
"vue2-dropzone": "^3.6.0",
"vuetify": "^2.5.4",
"willatoast": "^1.1.1"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.14.5",
"cross-env": "^5.2.1",
"laravel-mix": "^6.0.24",
"minimist": "^1.2.5",
"node-sass": "^6.0.0",
"popper.js": "^2.0.0-next.4",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-masonry-css": "^1.0.3",
"vue-meta": "^1.5.2",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
}
}