-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"yourName": "next-i18n",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen",
"codegen-watch": "graphql-codegen -w",
"generate-schema": "get-graphql-schema YOUR_GRAPHQL_API_URL > ./gql/schema.graphql",
"generate-queries": "cd gql && npx gqls-generator YOUR_GRAPHQL_API_URL"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@formatjs/intl-localematcher": "^0.4.0",
"@heroicons/react": "^2.0.18",
"@mantine/form": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@nextui-org/react": "^2.2.9",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@vis.gl/react-google-maps": "^0.4.1",
"autoprefixer": "10.4.14",
"dayjs": "^1.11.10",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.16.4",
"graphql": "^16.8.1",
"keen-slider": "^6.8.6",
"lucide-react": "^0.292.0",
"negotiator": "^0.6.3",
"next": "13.4.12",
"next-themes": "^0.2.1",
"next-videos": "1.4.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/negotiator": "^0.6.1",
"gql-generator": "^1.0.19",
"graphql-codegen-apollo-next-ssr": "^1.7.4",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"server-only": "^0.0.1"
}
}