{ "private": true, "scripts": { "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": { "@tailwindcss/aspect-ratio": "^0.2.0", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/jit": "^0.1.18", "@tailwindcss/typography": "^0.4.0", "axios": "^0.19", "cross-env": "^7.0", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.2.9", "postcss-import": "^12.0.1", "resolve-url-loader": "^3.1.0", "sass": "^1.15.2", "sass-loader": "^8.0.0", "tailwindcss": "^2.1.1", "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.11" }, "dependencies": { "moment": "^2.28.0", "turbolinks": "^5.2.0", "vue": "^2.6.11", "vue-turbolinks": "^2.1.0" } }