Newer
Older
"name": "foederales-entwicklungsportal",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' 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",
"fs": "^0.0.1-security",
"next": "13.4.5",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"@babel/core": "^7.22.5",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"autoprefixer": "^10.4.2",
"contentful-cli": "^2.0.0",
"contentful-migration": "^4.8.1",
"eslint": "^8.0.1",
"eslint-config-next": "^13.4.7",
"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",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.0"