all repos — caroster @ v3.7

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

frontend/package.json (view raw)

 1{
 2  "name": "app",
 3  "version": "0.1.0",
 4  "private": true,
 5  "scripts": {
 6    "dev": "next dev",
 7    "build": "next build",
 8    "prestart": "yarn && yarn build",
 9    "i18n-format": "sync-i18n --files 'locales/*.json' --primary en --newKeysEmpty true",
10    "i18n-unused": "node i18n-unused",
11    "start": "next start",
12    "lint": "next lint",
13    "gql": "graphql-codegen --config codegen.yml"
14  },
15  "dependencies": {
16    "@apollo/client": "^3.8.1",
17    "@date-io/dayjs": "2.17.0",
18    "@date-io/moment": "2.17.0",
19    "@emotion/react": "^11.11.1",
20    "@emotion/styled": "^11.11.0",
21    "@mui/lab": "^5.0.0-alpha.140",
22    "@mui/material": "^5.14.5",
23    "@mui/styles": "^5.14.5",
24    "@mui/x-date-pickers": "^6.11.2",
25    "crypto-js": "^4.1.1",
26    "deepmerge": "^4.3.1",
27    "graphql": "^16.8.0",
28    "i18next": "^23.4.4",
29    "marked": "^7.0.3",
30    "moment": "^2.29.4",
31    "next": "^13.4.18",
32    "next-auth": "^4.23.1",
33    "next-pwa": "^5.6.0",
34    "react": "^18.2.0",
35    "react-dom": "^18.2.0",
36    "react-helmet": "^6.1.0",
37    "react-i18next": "^13.1.2",
38    "react-joyride": "^2.5.5",
39    "typescript": "^5.1.6",
40    "zustand": "^4.4.1"
41  },
42  "devDependencies": {
43    "@graphql-codegen/cli": "^5.0.0",
44    "@graphql-codegen/typescript": "^4.0.1",
45    "@graphql-codegen/typescript-operations": "^4.0.1",
46    "@graphql-codegen/typescript-react-apollo": "^3.3.3",
47    "@types/node": "^20.5.0",
48    "@types/react": "^18.2.20",
49    "eslint": "^8.47.0",
50    "eslint-config-next": "^13.4.18",
51    "eslint-config-prettier": "^9.0.0",
52    "fs": "^0.0.1-security",
53    "glob": "^10.3.3",
54    "i18next-json-sync": "^3.1.2",
55    "ts-node": "^10.9.1"
56  }
57}