friends-best/package.json
Louis Hollingworth ca7034738b
Started the styling
Need to look into how to properly deal with styling in nuxt
2022-05-21 21:28:41 +01:00

22 lines
438 B
JSON

{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.8",
"nuxt": "3.0.0-rc.1",
"sass": "^1.52.1",
"sass-loader": "^13.0.0"
},
"dependencies": {
"@nuxtjs/i18n": "^7.2.2",
"autoprefixer": "^10.4.7",
"tailwindcss": "^3.0.24"
}
}