FleetCart/Themes/Storefront/package.json

31 lines
944 B
JSON
Raw Normal View History

2023-06-11 12:14:03 +00:00
{
"name": "storefront-theme",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "4.3.1",
"flatpickr": "^4.6.3",
"jquery": "^3.4.1",
"jquery-nice-select": "^1.1.0",
"jquery-zoom": "^1.7.21",
"kbw-countdown": "https://github.com/kbwood/countdown.git",
"line-awesome": "^1.3.0",
"nouislider": "^14.1.1",
"popper.js": "^1.15.0",
"rtlcss": "^2.4.0",
"slick-carousel": "^1.8.1",
"slick-lightbox": "^0.2.12",
"v-click-outside": "^3.0.1",
"vue": "2.7.14",
"vue-toast-notification": "0.6.3"
}
}