landing/package.json
{
"name": "landgriffon-landing",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix ."
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.1.3",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"lottie-web": "^5.7.8",
"next": "10.1.3",
"postcss": "^8.2.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-final-form": "^6.5.3",
"react-slick": "^0.28.1",
"tailwindcss": "^2.1.1"
},
"devDependencies": {
"@types/gtag.js": "^0.0.4",
"@types/react": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"typescript": "^4.2.4"
}
}