mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
47 lines
1.2 KiB
JSON
47 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",
|
|
"systeminformation": "^5.27.8",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4"
|
|
}
|
|
}
|