mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "example-with-purgecss",
|
|
"description": "Nuxt with Tailwind CSS",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"glob-all": "^3.1.0",
|
|
"purgecss-webpack-plugin": "^0.20.1",
|
|
"tailwindcss": "^0.1.3"
|
|
}
|
|
}
|