Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.62 KiB
{
  "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",
    "validation": "yarn reuse; yarn trivy; yarn lint; yarn install; yarn export",
    "reuse": "reuse lint",
    "trivy": "trivy filesystem --scanners vuln,config --exit-code 1 --severity HIGH,CRITICAL yarn.lock"
  },
  "dependencies": {
    "@headlessui/react": "^1.4.3",
    "@tabler/icons-react": "^2.32.0",
    "@tailwindcss/forms": "^0.5.0",
    "@tailwindcss/typography": "^0.5.0",
    "ansi-regex": "6.0.1",
    "fs": "^0.0.1-security",
    "json5": "2.2.3",
    "minimist": "1.2.8",
    "next": "13.5.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "remark": "^14.0.3",
    "remark-html": "^15.0.2",
    "sass": "^1.58.3",
    "semver": "^7.5.2",
    "unified": "^11.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@types/node": "^18.0.0",
    "@types/react": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "autoprefixer": "^10.4.2",
    "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",
    "prettier": "^3.0.0",
    "tailwindcss": "^3.2.7",
    "typescript": "^5.0.0"
  }
}