This commit is contained in:
2025-08-31 00:33:57 -04:00
parent 9ec78ab51c
commit 279bbd3dcc
14 changed files with 598 additions and 76 deletions

View File

@ -3,16 +3,18 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@mantine/core": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.0.0",
"@mantine/form": "^7.0.0",
"@mantine/code-highlight": "^7.0.0",
"@tabler/icons-react": "^2.40.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"axios": "^1.6.0"
"@mantine/core": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.0.0",
"@mantine/dates": "^7.0.0",
"@mantine/form": "^7.0.0",
"@mantine/code-highlight": "^7.0.0",
"@tabler/icons-react": "^2.40.0",
"axios": "^1.11.0",
"dayjs": "^1.11.13"
},
"devDependencies": {
"@babel/core": "^7.22.0",
@ -32,6 +34,6 @@
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"dev": "npm start"
"dev": "webpack serve --mode development"
}
}