all repos — caroster @ 8d70ecab1b49b1a63ffa379b2fadc2807ff9ea28

[Octree] Group carpool to your event https://caroster.io

frontend/package.json (view raw)

 1{
 2  "name": "@caroster/frontend",
 3  "version": "0.1.0",
 4  "private": true,
 5  "scripts": {
 6    "build": "next build",
 7    "dev": "next dev",
 8    "gql": "graphql-codegen --config codegen.yml",
 9    "lint": "next lint",
10    "start": "next start"
11  },
12  "dependencies": {
13    "@apollo/client": "^3.11.10",
14    "@date-io/dayjs": "3.0.0",
15    "@date-io/moment": "3.0.0",
16    "@emotion/react": "^11.13.5",
17    "@emotion/styled": "^11.13.5",
18    "@mapbox/search-js-core": "^1.0.0-beta.24",
19    "@mui/icons-material": "^6.1.9",
20    "@mui/lab": "6.0.0-dev.240424162023-9968b4889d",
21    "@mui/material": "^6.1.9",
22    "@mui/styles": "^6.1.9",
23    "@mui/x-date-pickers": "^7.23.0",
24    "@tolgee/i18next": "^5.32.0",
25    "cookies": "^0.9.1",
26    "crypto-js": "^4.2.0",
27    "deepmerge": "^4.3.1",
28    "google-libphonenumber": "^3.2.39",
29    "graphql": "^16.9.0",
30    "i18next": "^23.16.8",
31    "leaflet": "^1.9.4",
32    "linkify-react": "^4.2.0",
33    "linkifyjs": "^4.2.0",
34    "marked": "^7.0.5",
35    "moment": "^2.30.1",
36    "next": "^14.2.19",
37    "next-auth": "4.24.10",
38    "next-i18next": "^15.4.0",
39    "next-pwa": "^5.6.0",
40    "react": "^18.3.1",
41    "react-dom": "^18.3.1",
42    "react-helmet": "^6.1.0",
43    "react-i18next": "^15.1.3",
44    "react-international-phone": "^4.3.0",
45    "react-leaflet": "^4.2.1",
46    "typescript": "^5.7.2",
47    "zustand": "^4.5.5"
48  },
49  "devDependencies": {
50    "@graphql-codegen/cli": "^5.0.3",
51    "@graphql-codegen/typescript": "^4.1.2",
52    "@graphql-codegen/typescript-operations": "^4.4.0",
53    "@graphql-codegen/typescript-react-apollo": "^4.3.2",
54    "@types/google-libphonenumber": "^7.4.30",
55    "@types/node": "^22.10.1",
56    "@types/react": "^18.3.12",
57    "eslint": "^8.57.1",
58    "eslint-config-next": "^14.2.19",
59    "eslint-config-prettier": "^9.1.0",
60    "fs": "^0.0.1-security",
61    "glob": "^11.0.0",
62    "ts-node": "^10.9.2"
63  },
64  "packageManager": "yarn@4.4.1"
65}