{ "scripts": { "postinstall": "chmod 777 temp && chmod 777 log", "dev": "vite", "build": "vite build", "preview": "vite preview", "composer:install": "docker run --rm --interactive --tty --volume ${PWD}:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer install", "composer:update": "docker run --rm --interactive --tty --volume ${PWD}:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer update" }, "dependencies": { "-": "^0.0.1", "@fortawesome/fontawesome-free": "^6.0.0", "@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/free-brands-svg-icons": "^6.0.0", "@fortawesome/free-solid-svg-icons": "^6.0.0", "@fortawesome/vue-fontawesome": "^3.0.0-5", "@hotwired/stimulus": "^3.0.1", "@hotwired/turbo": "^7.1.0", "axios": "^0.25.0", "flowbite": "^1.3.3", "font-awesome": "^4.7.0", "html5-audio-demo": "https://github.com/muhammadatt/vue-audio-player", "nette-forms": "^3.3.1", "vue": "^3.2.30", "vue-audio-player": "^0.0.2", "vue-tabz": "^1.1.5" }, "devDependencies": { "@rollup/plugin-dynamic-import-vars": "^1.4.2", "@tailwindcss/custom-forms": "^0.2.1", "@vitejs/plugin-vue": "^2.2.0", "@vue/compiler-sfc": "^3.2.30", "autoprefixer": "^10.4.2", "postcss": "^8.4.5", "postcss-custom-media": "^8.0.0", "postcss-custom-selectors": "^6.0.0", "postcss-import": "^14.0.2", "postcss-nesting": "^10.1.2", "prettier": "^2.5.1", "tailwindcss": "^3.0.15", "vite": "^2.7.13" } }