Files
cronmaster/package.json
2025-08-18 15:11:21 +01:00

46 lines
1.2 KiB
JSON

{
"name": "cronjob-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/language": "^6.11.3",
"@codemirror/lint": "^6.8.5",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.0.1",
"clsx": "^2.0.0",
"codemirror": "^6.0.2",
"cron-parser": "^5.3.0",
"cronstrue": "^3.2.0",
"lucide-react": "^0.294.0",
"next": "14.0.4",
"next-themes": "^0.2.1",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
}