D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
eclinic.dentostock.com
/
Filename :
package.json
back
Copy
{ "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.1.0", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.2.1", "postcss-import": "^12.0.1", "handlebars": "^4.7.7", "jsrender": "^1.0.5", "izitoast": "^1.4.0", "resolve-url-loader": "^4.0.0", "sass": "^1.36.0", "sass-loader": "^12.1.0", "fullcalendar": "^5.8.0", "flatpickr": "^4.6.9", "bootstrap-daterangepicker": "^3.1.0" }, "dependencies": { "@hotwired/turbo": "^7.1.0", "apexcharts": "^3.29.0", "bootstrap-datepicker": "^1.9.0", "datatables": "^1.10.18", "intl-tel-input": "^17.0.13", "jquery": "^3.2.1", "quill": "^1.3.7" } }