Nuxt/examples/tailwindcss/package.json

18 lines
355 B
JSON
Raw Normal View History

2017-11-03 11:30:23 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-tailwindcss",
2017-11-03 11:30:23 +00:00
"description": "Nuxt.js with Tailwind CSS",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2017-11-03 11:30:23 +00:00
},
"dependencies": {
2018-09-18 16:26:25 +00:00
"nuxt-edge": "latest"
2017-11-03 11:30:23 +00:00
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"tailwindcss": "^0.1.3"
}
}