{ "name": "jackmerrilldotcom", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start", "type-check": "tsc" }, "dependencies": { "@headlessui/react": "^1.4.1", "@heroicons/react": "^1.0.4", "framer-motion": "^4.1.2", "next": "^12.1.6", "next-page-transitions": "^1.0.0-beta.2", "next-seo": "^4.23.0", "react": "^17.0.1", "react-dom": "^17.0.1", "tailwindcss-filters": "^3.0.0" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^4.0.3", "@types/node": "^12.12.21", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "autoprefixer": "^10.2.5", "postcss-preset-env": "^6.7.0", "tailwindcss": "^2.0.4", "typescript": "^4.6.4" }, "license": "MPL-2.0" }