all repos — caroster @ 52ee507b9a4f736cdf8137435e886ca6e9f41b1b

[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.6.9",
17    "@date-io/dayjs": "1.x",
18    "@date-io/moment": "1.x",
19    "@emotion/react": "^11.10.4",
20    "@emotion/styled": "^11.10.4",
21    "@mui/lab": "^5.0.0-alpha.102",
22    "@mui/material": "^5.10.8",
23    "@mui/styles": "^5.10.8",
24    "@mui/x-date-pickers": "^5.0.4",
25    "crypto-js": "^4.1.1",
26    "deepmerge": "^4.2.2",
27    "graphql": "^16.6.0",
28    "i18next": "^21.9.1",
29    "marked": "^4.1.0",
30    "moment": "^2.29.4",
31    "next": "^12.3.0",
32    "next-auth": "^4.10.3",
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": "^11.18.6",
38    "react-joyride": "^2.5.2",
39    "typescript": "^4.8.3",
40    "zustand": "^4.1.1"
41  },
42  "devDependencies": {
43    "@graphql-codegen/cli": "^2.12.0",
44    "@graphql-codegen/typescript": "^2.7.3",
45    "@graphql-codegen/typescript-operations": "^2.5.3",
46    "@graphql-codegen/typescript-react-apollo": "^3.3.3",
47    "@types/node": "^18.7.16",
48    "@types/react": "^18.0.18",
49    "eslint": "^7.31.0",
50    "eslint-config-next": "^11.1.2",
51    "eslint-config-prettier": "^8.3.0",
52    "fs": "^0.0.1-security",
53    "glob": "^8.1.0",
54    "i18next-json-sync": "^3.1.2",
55    "ts-node": "^10.9.1"
56  }
57}