-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 870 Bytes
/
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
{
"name": "josepholiveira.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/bundle-analyzer": "^10.2.0",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"next": "^12.1.4",
"next-images": "^1.6.0",
"node-fetch": "^3.3.2",
"polished": "^4.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^6.14.0",
"react-icons": "^4.1.0",
"react-responsive-carousel": "^3.2.10",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/gtag.js": "^0.0.4",
"@types/node": "^17.0.23",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.11.1",
"typescript": "^4.6.3"
}
}