| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "hawkbd-framework",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@babel/core": "^7.18.5",
- "@date-io/date-fns": "1.x",
- "@emotion/css": "^11.9.0",
- "@emotion/react": "^11.9.3",
- "@emotion/server": "^11.4.0",
- "@emotion/styled": "^11.9.3",
- "@fontsource/roboto": "^4.5.7",
- "@material-ui/core": "^4.12.4",
- "@mui/icons-material": "^5.8.4",
- "@mui/material": "^5.8.5",
- "@mui/x-date-pickers": "^5.0.0-alpha.6",
- "date-fns": "2.20",
- "dom": "^0.0.3",
- "mui": "^1.0.0",
- "next": "12.1.6",
- "react": "^18.2.0",
- "react-dom": "18.1.0",
- "react-router-dom": "^6.3.0",
- "save": "^2.5.0",
- "swr": "^1.3.0",
- "typescript": "^4.7.4"
- },
- "devDependencies": {
- "eslint": "8.17.0",
- "eslint-config-next": "12.1.6"
- }
- }
|