-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.22 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "cronjob-manager",
"version": "2.2.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.2.3",
"next": "16.2.1",
"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.31.0",
"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.2.1",
"postcss-import": "^16.1.1"
},
"resolutions": {
"@isaacs/brace-expansion": "^5.0.1",
"eslint/minimatch": "^3.1.3",
"@eslint/config-array/minimatch": "^3.1.3",
"@eslint/eslintrc/minimatch": "^3.1.3",
"eslint-plugin-import/minimatch": "^3.1.3",
"eslint-plugin-jsx-a11y/minimatch": "^3.1.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"lodash": "^4.17.23",
"prismjs": "^1.30.0",
"systeminformation": "^5.31.0",
"ajv": "^6.14.0",
"flatted": "^3.4.2"
}
}