-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.59 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc",
"codegen": "graphql-codegen --config graphql.config.yaml --errors-only"
},
"dependencies": {
"@fontsource/inter": "^4.5.11",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@nhost/nextjs": "^1.7.0",
"@nhost/react": "^0.12.0",
"@tanstack/react-query": "^4.0.10",
"@types/lodash.debounce": "^4.0.7",
"graphql": "^16.5.0",
"lodash.debounce": "^4.0.8",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.34.0",
"tailwind-merge": "^1.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-react-query": "^4.0.0",
"@types/express": "^4.17.13",
"@types/node": "^18.6.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.20.0",
"eslint-config-next": "^12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^13.0.3",
"next-unused": "^0.0.6",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwind-css": "^1.5.0",
"tailwindcss": "^3.1.6",
"tailwindcss-text-fill-stroke": "^1.1.2",
"typescript": "4.7.4"
}
}