mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "cronjob-manager",
|
|
"version": "1.5.4",
|
|
"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/legacy-modes": "^6.5.2",
|
|
"@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",
|
|
"bcryptjs": "^2.4.3",
|
|
"clsx": "^2.0.0",
|
|
"codemirror": "^6.0.2",
|
|
"cron-parser": "^5.3.0",
|
|
"cronstrue": "^3.2.0",
|
|
"jose": "^6.1.1",
|
|
"lucide-react": "^0.294.0",
|
|
"minimatch": "^10.0.3",
|
|
"next": "14.2.35",
|
|
"next-intl": "^4.4.0",
|
|
"next-pwa": "^5.6.0",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "^8",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"systeminformation": "^5.27.11",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/minimatch": "^6.0.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4"
|
|
}
|
|
}
|