-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.71 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
47
48
49
50
51
52
53
54
55
56
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen -c wannabes.yml",
"typecheck": "tsc --noEmit",
"lint": "eslint ./ --ext .js,.ts,.tsx --quiet --cache"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@tanstack/react-query": "^5.22.2",
"blurhash": "^2.0.5",
"framer-motion": "^11.0.6",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "^14.1.0",
"next-plugin-graphql": "0.0.2",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-infinite-scroll-hook": "^4.1.1",
"react-masonry-css": "^1.0.16",
"zustand": "^4.5.1"
},
"devDependencies": {
"@babel/runtime": "^7.23.9",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "^18.16.3",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.8",
"sass-loader": "^13.3.2",
"typescript": "^5.3.3"
}
}