service-captcha/package.json

29 lines
725 B
JSON
Raw Permalink Normal View History

2023-03-05 20:14:04 +06:00
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "5.0.2",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "^0.0.17",
"notyf": "^3.10.0",
"nouislider": "^15.2.0",
"onscreen": "^1.4.0",
"sass": "^1.47.0",
"simplebar": "^5.3.4",
"smooth-scroll": "^16.1.3",
"sweetalert2": "^11.0.18",
"vanillajs-datepicker": "^1.2.0",
"waypoints": "^4.0.1"
},
2023-03-05 20:14:04 +06:00
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"sass-loader": "^13.3.2",
2023-03-05 20:14:04 +06:00
"vite": "^4.0.0"
}
}