This repository has been archived by the owner on May 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "giroker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:mock": "NEXT_PUBLIC_API_MOCKING=enable next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@auth/pg-adapter": "^0.4.1",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-next-experimental": "^5.22.2",
"@vercel/postgres": "^0.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"next": "14.1.0",
"next-auth": "^4.24.6",
"nextjs-toploader": "^1.6.6",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.0-rc.1",
"@storybook/addon-interactions": "^8.0.0-rc.1",
"@storybook/addon-links": "^8.0.0-rc.1",
"@storybook/blocks": "^8.0.0-rc.1",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^8.0.0-rc.1",
"@storybook/react": "^8.0.0-rc.1",
"@storybook/test": "8.0.0-rc.1",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.11.20",
"@types/pg": "^8.11.0",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-storybook": "^0.8.0",
"express": "^4.18.2",
"postcss": "^8.4.35",
"storybook": "^8.0.0-rc.1",
"storybook-addon-module-mock": "^1.1.5",
"tailwindcss": "^3.4.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3"
}
}