jackmerrill.com/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2023-05-20 20:04:14 -07:00
{
"name": "jackmerrill.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-05-21 16:55:42 -07:00
"@heroicons/react": "^2.0.18",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
2023-05-29 23:28:07 -07:00
"@radix-ui/react-icons": "^1.3.0",
2023-05-24 21:49:48 -07:00
"@radix-ui/react-navigation-menu": "^1.1.2",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.11.2",
2023-05-20 20:04:14 -07:00
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
2023-05-21 16:55:42 -07:00
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
2023-05-20 20:04:14 -07:00
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
2023-05-29 23:28:07 -07:00
"groqd": "^0.15.6",
2023-05-21 16:55:42 -07:00
"lucide-react": "^0.220.0",
2023-05-20 20:04:14 -07:00
"next": "13.4.3",
2023-05-24 21:49:48 -07:00
"next-sanity": "^4.3.3",
2023-05-20 20:04:14 -07:00
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
2023-05-24 21:49:48 -07:00
"sanity": "^3.11.2",
"styled-components": "^5.3.10",
2023-05-21 16:55:42 -07:00
"tailwind-merge": "^1.12.0",
2023-05-20 20:04:14 -07:00
"tailwindcss": "3.3.2",
2023-05-21 16:55:42 -07:00
"tailwindcss-animate": "^1.0.5",
"tailwindcss-hero-patterns": "^0.1.2",
2023-05-24 21:49:48 -07:00
"twemoji": "^14.0.2",
2023-05-20 20:04:14 -07:00
"typescript": "5.0.4"
2023-05-24 21:49:48 -07:00
},
"devDependencies": {
"@types/twemoji": "^13.1.2"
2023-05-20 20:04:14 -07:00
}
}