You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB

{
"name": "seminario-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 13001",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
},
"dependencies": {
"@chakra-ui/react": "^1.0.0",
"@chakra-ui/theme": "^1.0.0",
"@chakra-ui/theme-tools": "^1.0.0",
"@directus/sdk-js": "^6.3.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@next/bundle-analyzer": "^9.5.5",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-source-maps": "0.0.3",
"bent": "^7.3.12",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"focus-visible": "^5.2.0",
"framer-motion": "^2.9.4",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lodash": "^4.17.20",
"lqip-loader": "^2.2.1",
"next": "^10.0.2",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"nprogress": "^0.2.0",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-headroom": "^3.0.0",
"react-hook-form": "^6.12.2",
"react-icons": "^3.11.0",
"react-markdown": "^5.0.3",
"react-textarea-autosize": "^8.3.0",
"react-textfit": "^1.1.0",
"responsive-loader": "^2.2.0",
"sharp": "^0.26.3",
"smoothscroll-polyfill": "^0.4.4",
"typeface-ibm-plex-sans": "^1.1.13",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@types/bent": "^7.3.2",
"@types/node": "^14.14.10",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-headroom": "^2.2.1",
"@types/smoothscroll-polyfill": "^0.3.1",
"dotenv": "^8.2.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"node-fetch": "^2.6.1",
"typescript": "^4.1.2"
}
}