|
- {
- "name": "new-hp",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@mantine/core": "^4.2.9",
- "@mantine/dates": "^4.2.9",
- "@mantine/form": "^4.2.9",
- "@mantine/hooks": "^4.2.9",
- "@mantine/next": "^4.2.9",
- "@mantine/notifications": "^4.2.9",
- "dayjs": "^1.11.3",
- "next": "12.1.6",
- "react": "18.2.0",
- "react-dom": "18.2.0",
- "tabler-icons-react": "^1.49.0"
- },
- "devDependencies": {
- "@types/node": "18.0.0",
- "@types/react": "18.0.14",
- "@types/react-dom": "18.0.5",
- "eslint": "8.18.0",
- "eslint-config-next": "12.1.6",
- "typescript": "4.7.4",
- "prettier": "^2.7.1"
- }
- }
|