forked from clonglam/HiyoRi-Ecommerce-Nextjs-Supabase
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.44 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "shoppi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "graphql-codegen & next build",
"start": "next start",
"lint": "next lint --ignore-path .gitignore .",
"test": "jest",
"format": "prettier --ignore-path .gitignore --write \"**/*.{ts,tsx,css,scss}\"",
"coverage": "npm test --coverage --watchAll --collectCoverageFrom='src/components'",
"db:generate": "drizzle-kit generate:pg --config=drizzle.config.ts",
"db:push": "drizzle-kit push:pg --config=drizzle.config.ts",
"db:pull": "drizzle-kit introspect:pg --config=drizzle.config.ts",
"db:studio": "npx drizzle-kit studio",
"db:seed": "tsx -r dotenv/config ./src/lib/supabase/seed.ts",
"db:drop": "drizzle-kit drop --config=drizzle.config.ts",
"codegen": "graphql-codegen",
"codegen:fetch": "node --no-warnings scripts/fetchGraphQLSchema",
"codegen:watch": "npm run codegen -- --watch",
"prepare": "husky"
},
"lint-staged": {
"*.{js,css,md,ts,tsx}": "prettier --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"@hookform/resolvers": "^3.3.4",
"@oxyhq/services": "^0.0.48",
"@paralleldrive/cuid2": "^2.2.2",
"@parcel/watcher": "^2.4.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@reduxjs/toolkit": "^2.2.1",
"@stripe/stripe-js": "^2.4.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.3",
"@t3-oss/env-nextjs": "^0.8.0",
"@tanstack/react-table": "^8.11.8",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/exchange-retry": "^1.2.1",
"@urql/next": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"dotenv": "^16.4.1",
"drizzle-orm": "^0.29.3",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "^8.0.0-rc21",
"framer-motion": "^11.0.6",
"graphql-codegen": "^0.4.0",
"husky": "^9.0.11",
"i": "^0.3.7",
"js-cookie": "^3.0.5",
"lucide-react": "^0.314.0",
"nanoid": "^5.0.5",
"next": "14.1.0",
"next-themes": "^0.2.1",
"npm": "^10.4.0",
"persist-and-sync": "^1.2.1",
"postgres": "^3.4.3",
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-range": "^1.8.14",
"react-redux": "^9.1.0",
"recharts": "^2.12.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"sonner": "^1.3.1",
"stripe": "^14.14.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul": "^0.8.9",
"watchman": "^1.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/gql-tag-operations-preset": "^2.1.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"autoprefixer": "^10.0.1",
"concurrently": "^8.2.2",
"cross-undici-fetch": "^0.4.10",
"cypress": "^13.6.6",
"drizzle-kit": "^0.20.13",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"gradient-string": "^2.0.2",
"graphql": "^16.8.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"postcss": "^8",
"prettier": "^3.2.4",
"progress": "^2.0.3",
"styled-jsx": "^5.1.2",
"supabase": "^1.136.3",
"tailwindcss": "^3.3.0",
"tsx": "^4.7.0",
"typescript": "^5.0.0"
}
}