mirror of
https://github.com/fccview/cronmaster.git
synced 2026-04-17 20:49:37 -04:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "cronjob-manager",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ."
|
|
},
|
|
"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",
|
|
"@fontsource-variable/azeret-mono": "^5.2.11",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@webtui/css": "^0.1.5",
|
|
"@webtui/theme-catppuccin": "^0.0.3",
|
|
"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",
|
|
"fflate": "^0.8.2",
|
|
"jose": "^6.1.1",
|
|
"minimatch": "^10.0.3",
|
|
"next": "16.1.6",
|
|
"next-intl": "^4.4.0",
|
|
"next-themes": "^0.2.1",
|
|
"postcss": "^8",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"serwist": "^9.5.5",
|
|
"systeminformation": "^5.27.14",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
},
|
|
"devDependencies": {
|
|
"@serwist/turbopack": "^9.5.5",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/minimatch": "^6.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"postcss-import": "^16.1.1"
|
|
},
|
|
"resolutions": {
|
|
"@isaacs/brace-expansion": "^5.0.1",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"lodash": "^4.17.23",
|
|
"prismjs": "^1.30.0",
|
|
"systeminformation": "^5.27.14"
|
|
}
|
|
}
|