mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "example-with-purgecss",
|
|
"description": "Nuxt.js with Tailwind CSS",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
},
|
|
"dependencies": {
|
|
"nuxt-edge": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"glob-all": "^3.1.0",
|
|
"purgecss-webpack-plugin": "^0.20.1",
|
|
"tailwindcss": "^0.1.3"
|
|
}
|
|
}
|