2018-03-03 23:32:41 +00:00
|
|
|
{
|
2018-03-19 02:41:46 +00:00
|
|
|
"name": "example-with-purgecss",
|
2020-11-30 22:44:04 +00:00
|
|
|
"description": "Nuxt with Tailwind CSS",
|
2018-03-03 23:32:41 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "nuxt",
|
|
|
|
"build": "nuxt build",
|
2019-01-22 07:34:19 +00:00
|
|
|
"start": "nuxt start",
|
|
|
|
"post-update": "yarn upgrade --latest"
|
2018-03-03 23:32:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-02-01 13:06:06 +00:00
|
|
|
"nuxt": "latest"
|
2018-03-03 23:32:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"glob-all": "^3.1.0",
|
|
|
|
"purgecss-webpack-plugin": "^0.20.1",
|
|
|
|
"tailwindcss": "^0.1.3"
|
|
|
|
}
|
|
|
|
}
|