32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"name": "nuxtjs-tailwindcss-portfolio",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/recaptcha": "^1.1.2",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.3.4",
|
|
"core-js": "^3.15.1",
|
|
"feather-icons": "^4.28.0",
|
|
"imagesloaded": "^5.0.0",
|
|
"keen-slider": "^6.8.5",
|
|
"lightgallery": "^2.7.1",
|
|
"nuxt": "^2.15.7",
|
|
"shufflejs": "^6.1.0",
|
|
"smoothscroll-polyfill": "^0.4.4",
|
|
"uuid": "^8.3.2",
|
|
"vanilla-lazyload": "^17.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/color-mode": "^2.1.1",
|
|
"@nuxtjs/tailwindcss": "^4.2.0",
|
|
"postcss": "^8.3.5"
|
|
}
|
|
}
|