Newer
Older
"name": "foederales-entwicklungsportal",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start",
"export": "next build && next export"
"@contentful/rich-text-html-renderer": "^16.0.0",
"@headlessui/react": "^1.4.3",
"@tabler/icons": "^1.53.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.0",
"ansi-regex": "6.0.1",
"contentful": "^10.0.0",
"json5": "2.2.2",
"minimist": "1.2.6",
"next": "13.4.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.58.3"
},
"@babel/core": "^7.16.12",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"autoprefixer": "^10.4.2",
"contentful-cli": "^2.0.0",
"contentful-migration": "^4.8.1",
"eslint": "^8.0.1",
"eslint-config-next": "^13.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.0",
"postcss": "^8.4.21",
"prettier": "^2.5.1",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.0"