| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "private": true,
- "scripts": {
- "dev": "vite",
- "build": "vite build"
- },
- "devDependencies": {
- "@popperjs/core": "^2.11.6",
- "axios": "^1.1.2",
- "bootstrap": "^5.2.3",
- "laravel-vite-plugin": "^0.7.2",
- "lodash": "^4.17.19",
- "postcss": "^8.1.14",
- "sass": "^1.56.1",
- "vite": "^4.0.0",
- "vite-plugin-mkcert": "^1.17.8"
- },
- "dependencies": {
- "@fortawesome/fontawesome-free": "^7.0.0",
- "@rateyo/jquery": "^3.0.0-alpha.2",
- "es5-shim": "^4.6.7",
- "jquery": "^3.6.1",
- "jquery-ui": "^1.13.2",
- "jquery-validation": "^1.19.5",
- "js-cookie": "^3.0.1",
- "moment": "^2.29.4",
- "photoswipe": "^5.3.4",
- "prismjs": "^1.29.0",
- "select2": "^4.1.0-rc.0",
- "select2-bootstrap-5-theme": "^1.3.0",
- "swiper": "^8.4.5",
- "vite-plugin-commonjs": "^0.5.3"
- }
- }
|