2021-11-16 21:32:21 +00:00
|
|
|
{
|
2022-12-06 12:54:34 +00:00
|
|
|
"name": "tailwindui-template",
|
|
|
|
"version": "0.1.0",
|
2021-11-16 21:32:21 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
2022-12-06 12:54:34 +00:00
|
|
|
"browserslist": "defaults, not ie <= 11",
|
2021-11-16 21:32:21 +00:00
|
|
|
"dependencies": {
|
2022-12-06 12:54:34 +00:00
|
|
|
"@headlessui/react": "^1.7.0",
|
|
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
|
|
"@mdx-js/loader": "^2.1.2",
|
|
|
|
"@next/mdx": "^12.2.3",
|
|
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
"clsx": "^1.2.0",
|
|
|
|
"fast-glob": "^3.2.11",
|
|
|
|
"feed": "^4.2.2",
|
|
|
|
"focus-visible": "^5.2.0",
|
|
|
|
"motion": "^10.15.3",
|
|
|
|
"next": "^12.3.0",
|
|
|
|
"node-fetch": "^3.3.0",
|
|
|
|
"postcss-focus-visible": "^6.0.4",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
"swr": "^2.0.0",
|
|
|
|
"tailwindcss": "^3.1.4"
|
2021-11-16 21:32:21 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-06 12:54:34 +00:00
|
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
|
|
"eslint": "8.19.0",
|
|
|
|
"eslint-config-next": "12.2.5",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.1.11"
|
2021-11-16 21:32:21 +00:00
|
|
|
}
|
|
|
|
}
|