all repos — caroster @ 99dfd31215cbfb20a843e83f57f906461fed17b9

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