-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.97 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
64
65
66
{
"name": "portfolio",
"private": true,
"version": "1.1.0",
"scripts": {
"predev": "yarn run generate",
"prebuild": "yarn run generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen --config codegen.yml -r dotenv/config",
"watch": "graphql-codegen -r dotenv/config --watch"
},
"dependencies": {
"@apollo/client": "3.8.10",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.6",
"@mui/lab": "5.0.0-alpha.162",
"@mui/material": "5.15.6",
"@mui/system": "5.15.6",
"accept-language": "3.0.18",
"apollo-upload-client": "17.0.0",
"clsx": "2.1.0",
"framer-motion": "10.18.0",
"graphql": "16.8.1",
"i18next": "23.7.18",
"i18next-browser-languagedetector": "7.2.0",
"i18next-resources-to-backend": "1.2.0",
"next": "14.1.0",
"next-client-cookies": "1.1.0",
"next-i18next": "15.2.0",
"nodemailer": "6.9.8",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-ga4": "2.1.0",
"react-hook-form": "7.49.3",
"react-i18next": "14.0.1",
"react-icons": "5.0.1"
},
"devDependencies": {
"@formatjs/intl-localematcher": "0.5.4",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@types/apollo-upload-client": "17.0.5",
"@types/negotiator": "0.6.3",
"@types/node": "20.11.5",
"@types/nodemailer": "6.4.14",
"@types/react": "18.2.23",
"@types/react-anchor-link-smooth-scroll": "1.0.5",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"dotenv": "16.3.2",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"prettier": "3.2.4",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}