jackmerrill.com/package.json

33 lines
797 B
JSON
Raw Normal View History

2021-03-30 22:27:36 -07:00
{
"name": "jackmerrilldotcom",
2021-03-30 22:27:36 -07:00
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
2021-09-03 10:13:30 -07:00
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
2021-04-13 19:39:58 -07:00
"framer-motion": "^4.1.2",
2021-04-14 12:24:17 -07:00
"next": "^10.1.3",
2021-04-13 19:39:58 -07:00
"next-page-transitions": "^1.0.0-beta.2",
2021-04-14 09:06:15 -07:00
"next-seo": "^4.23.0",
2021-03-30 22:27:36 -07:00
"react": "^17.0.1",
2021-04-13 19:39:58 -07:00
"react-dom": "^17.0.1",
"tailwindcss-filters": "^3.0.0"
2021-03-30 22:27:36 -07:00
},
"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.0"
},
"license": "MPL-2.0"
2021-03-30 22:27:36 -07:00
}