-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "my-website",
"version": "4.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-datocms-types": "graphql-codegen --config graphql.config.yml"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.549.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@hookform/resolvers": "^2.9.11",
"@material-design-icons/font": "^0.14.2",
"axios": "^1.6.8",
"graphql": "^16.8.1",
"graphql-request": "^5.1.0",
"next": "13.5.6",
"next-i18next": "^11.3.0",
"react": "18.2.0",
"react-datocms": "^6.0.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/google.maps": "^3.51.1",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"i18next-scanner": "^4.1.1",
"i18next-scanner-typescript": "^1.0.6",
"typescript": "^4.9.5"
},
"packageManager": "[email protected]"
}