-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "portfolio2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config codegen.yml -r dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@emailjs/browser": "^3.4.0",
"@prismicio/types": "^0.1.23",
"@types/styled-components": "^5.1.22",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-prismic": "^1.0.9",
"codegen-prismic-fetch": "^1.0.5",
"dotenv": "^16.0.0",
"emailjs-com": "^3.2.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"next": "12.0.10",
"next-seo": "^5.1.0",
"prismic-reactjs": "^1.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"use-breakpoint": "^3.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.1",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.3",
"@graphql-codegen/typescript-operations": "^2.3.0",
"@graphql-codegen/typescript-react-apollo": "^3.2.5",
"@types/node": "17.0.15",
"@types/react": "17.0.39",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}