Skip to content
Snippets Groups Projects
package.json 521 B
Newer Older
{
  "name": "daily-thought-frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
Matt Kirby's avatar
Matt Kirby committed
    "@headlessui/react": "^1.7.13",
    "@heroicons/react": "^2.0.16",
    "next": "^13.2.4"
  },
  "devDependencies": {
    "@types/node": "18.15.0",
    "@types/react": "18.0.28",
Matt Kirby's avatar
Matt Kirby committed
    "autoprefixer": "^10.4.14",
    "postcss": "^8.4.21",
    "tailwindcss": "^3.2.7",