-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "ca-next-rick-and-morty",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "next build && next start"
},
"dependencies": {
"@tanstack/react-query": "^4.29.7",
"@vercel/analytics": "^1.2.2",
"encoding": "^0.1.13",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"next": "13.4.3",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.1",
"styled-components": "^6.0.0-rc.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-eslint/eslint-plugin": "^3.18.0",
"@types/node": "20.2.1",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.3",
"postcss-styled-syntax": "^0.4.0",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
}
}