added new job page

This commit is contained in:
2026-07-23 14:21:17 -05:00
parent 10ca133a7a
commit 9906f015fc
2 changed files with 25 additions and 0 deletions
+24
View File
@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@mantine/core": "^9.4.2",
"@mantine/dates": "^9.4.2",
"@mantine/form": "^9.4.2",
"@mantine/hooks": "^9.4.2",
"@mantine/notifications": "^9.4.2",
@@ -735,6 +736,22 @@
"react-dom": "^19.2.0"
}
},
"node_modules/@mantine/dates": {
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-9.4.2.tgz",
"integrity": "sha512-Tm5EbrrsBh5rQr2fvMbg/AEOat+YanO9vueVDoqkHZ537rl1n+eJdwbT6wxauCt6oNO5TxP+nssXqhk3e5NMgw==",
"license": "MIT",
"dependencies": {
"clsx": "^2.1.1"
},
"peerDependencies": {
"@mantine/core": "9.4.2",
"@mantine/hooks": "9.4.2",
"dayjs": ">=1.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
},
"node_modules/@mantine/form": {
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@mantine/form/-/form-9.4.2.tgz",
@@ -1837,6 +1854,13 @@
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
"license": "MIT"
},
"node_modules/dayjs": {
"version": "1.11.21",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz",
"integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==",
"license": "MIT",
"peer": true
},
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+1
View File
@@ -11,6 +11,7 @@
},
"dependencies": {
"@mantine/core": "^9.4.2",
"@mantine/dates": "^9.4.2",
"@mantine/form": "^9.4.2",
"@mantine/hooks": "^9.4.2",
"@mantine/notifications": "^9.4.2",