{ "name": "nuxtjs-tailwindcss-portfolio", "version": "1.0.0", "private": true, "author": "Filipp Zhitnikov [phzhitnikov@gmail.com]", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.7", "core-js": "^3.15.1", "feather-icons": "^4.28.0", "imagesloaded": "^5.0.0", "keen-slider": "^6.8.5", "lightgallery": "^2.7.1", "shufflejs": "^6.1.0", "smoothscroll-polyfill": "^0.4.4", "uuid": "^8.3.2", "vanilla-lazyload": "^17.8.3", "vue": "^3.4.27", "vue-recaptcha": "^3.0.0-alpha.2", "vue-router": "^4.3.2", "vuex": "^4.1.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.3", "@vitejs/plugin-vue": "^4.6.2", "@vue/eslint-config-prettier": "^8.0.0", "autoprefixer": "^10.4.17", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.26.0", "postcss": "^8.4.33", "prettier": "^3.0.3", "tailwindcss": "^3.4.3", "vite": "^5.2.12" } }