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",
"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"
"@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",
"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",
"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"