123456789101112131415161718192021222324252627282930 |
- {
- "private": true,
- "scripts": {
- "build": "vite build",
- "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": {
- "@popperjs/core": "^2.11.6",
- "@vitejs/plugin-vue": "^4.0.0",
- "axios": "^0.25",
- "bootstrap": "^5.2.3",
- "laravel-mix": "^6.0.49",
- "laravel-vite-plugin": "^0.7.4",
- "lodash": "^4.17.19",
- "postcss": "^8.1.14",
- "sass": "^1.56.1",
- "vite": "^4.2.0",
- "vue": "^3.2.37"
- },
- "dependencies": {
- "filepond": "^4.30.4"
- }
- }
|