mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 03:42:01 +00:00
added new job page
This commit is contained in:
Generated
+24
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user