-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.24 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": "type",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.4",
"@urql/exchange-graphcache": "^7.1.0",
"@vercel/speed-insights": "^1.0.12",
"chart.js": "^4.4.2",
"cookie": "^0.6.0",
"eslint-config-next": "^14.2.7",
"firebase": "^10.12.0",
"graphql": "^16.8.1",
"next": "^14.2.7",
"next-urql": "5.0.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-icons": "5.2.1",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"typescript": "5.4.5",
"urql": "4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@types/cookie": "^0.6.0",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-redux": "^7.1.33"
}
}