-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "bookstop-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@lukeed/ms": "^2.0.1",
"@reach/dialog": "^0.18.0",
"@reach/menu-button": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@tabler/icons": "^2.16.0",
"@tabler/icons-react": "^2.16.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@urql/exchange-auth": "^2.1.0",
"@urql/exchange-graphcache": "^6.0.1",
"clsx": "^1.2.1",
"graphql": "^16.6.0",
"next": "^13.3.0",
"next-seo": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^8.0.7",
"react-qr-code": "^2.0.11",
"urql": "^4.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/typescript-urql-graphcache": "^2.4.4",
"@svgr/webpack": "^7.0.0",
"@types/react": "18.0.37",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.11.0",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
}
}