-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.66 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
{
"name": "catalyst-contentstack",
"description": "",
"version": "0.8.0",
"scripts": {
"dev": "npm run generate && next dev",
"generate": "dotenv -e .env.local -- node ./scripts/generate.cjs",
"build": "npm run generate && next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bigcommerce/catalyst-client": "^0.4.0",
"@contentstack/json-rte-serializer": "^2.0.6",
"@icons-pack/react-simple-icons": "^9.5.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@urql/core": "^5.0.3",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "8.0.4",
"focus-trap-react": "^10.2.3",
"gql.tada": "^1.7.1",
"graphql": "^16.8.1",
"lodash.debounce": "^4.0.8",
"lru-cache": "^10.2.2",
"lucide-react": "^0.378.0",
"next": "14.1.4",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.13.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"schema-dts": "^1.1.2",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"tailwind-merge": "^2.3.0",
"tailwindcss-radix": "^3.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.3",
"@bigcommerce/eslint-config-catalyst": "^0.1.1",
"@gql.tada/cli-utils": "^1.3.5",
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.4.5"
},
"private": true,
"packageManager": "pnpm@9.1.4+sha256.30a1801ac4e723779efed13a21f4c39f9eb6c9fbb4ced101bce06b422593d7c9"
}