-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "next-starter-hygraph-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@graphcms/rich-text-types": "^0.5.0",
"@svgr/webpack": "^7.0.0",
"autoprefixer": "10.4.14",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^2.30.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"graphql": "^16.8.1",
"graphql-request": "^5.2.0",
"next": "^13.4.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.0",
"swr": "^2.1.5",
"tailwindcss": "3.3.1",
"ui": "^0.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"tsconfig": "^7.0.0",
"typescript": "^5.2.2"
}
}