-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 KB
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen:generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emailjs/browser": "^3.6.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@hookform/resolvers": "^2.9.7",
"@types/react": "^18.0.17",
"@vercel/analytics": "^1.0.0",
"emailjs": "^4.0.0",
"framer-motion": "^6.3.3",
"graphql": "^16.5.0",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.34.2",
"react-markdown": "^8.0.3",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.6",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@graphql-codegen/typescript-react-apollo": "3.3.3",
"@types/graphql": "^14.5.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "^4.7.4"
}
}