forked from AkkomaGang/landing-site
34 lines
815 B
JSON
34 lines
815 B
JSON
|
{
|
||
|
"name": "tailwindui-pocket",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"browserslist": "defaults, not ie <= 11",
|
||
|
"dependencies": {
|
||
|
"@headlessui/react": "^1.7.2",
|
||
|
"@heroicons/react": "^2.0.13",
|
||
|
"@tailwindcss/forms": "^0.5.3",
|
||
|
"autoprefixer": "^10.4.12",
|
||
|
"clsx": "^1.2.1",
|
||
|
"focus-visible": "^5.2.0",
|
||
|
"framer-motion": "^6.5.1",
|
||
|
"next": "13.0.2",
|
||
|
"postcss-focus-visible": "^6.0.4",
|
||
|
"react": "18.2.0",
|
||
|
"react-dom": "18.2.0",
|
||
|
"tailwindcss": "^3.2.1",
|
||
|
"use-debounce": "^8.0.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "8.26.0",
|
||
|
"eslint-config-next": "13.0.2",
|
||
|
"prettier": "^2.7.1",
|
||
|
"prettier-plugin-tailwindcss": "^0.1.13"
|
||
|
}
|
||
|
}
|