-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "with-tailwindcss-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn dev-codegen & yarn dev-next",
"dev-codegen": "graphql-codegen --watch",
"dev-next": "next dev -p 3010",
"build": "next build",
"start": "next start -p 3010",
"lint": "next lint",
"codegen": "graphql-codegen",
"codegen-watch": "graphql-codegen --watch"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"next": "14.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"theme-change": "^2.5.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"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",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}