2017-11-23 12:48:34 +00:00
|
|
|
{
|
|
|
|
"name": "with-tailwindcss",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2018-11-08 13:42:55 +00:00
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
2017-11-23 12:48:34 +00:00
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-08 13:42:55 +00:00
|
|
|
"@zeit/next-css": "^1.0.1",
|
2018-01-30 20:44:18 +00:00
|
|
|
"next": "latest",
|
2017-11-23 12:48:34 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^7.1.6",
|
|
|
|
"cssnano": "^3.10.0",
|
|
|
|
"postcss-easy-import": "^3.0.0",
|
2018-11-08 13:42:55 +00:00
|
|
|
"tailwindcss": "^0.6.6"
|
2017-11-23 12:48:34 +00:00
|
|
|
}
|
|
|
|
}
|