-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 4.15 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
{
"name": "website-v6",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run lint && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint --max-warnings=0 && prettier --check . && tsc --noEmit",
"format": "prettier --write .",
"dotenvx": "dotenvx run -f .env.local -f .env --overload --quiet --",
"sanity:typegen": "sanity schema extract --path './sanity/generated/.sanity-generated.schema.json' --enforce-required-fields --workspace=staging && sanity typegen generate && prettier --write sanity/sanity.types.ts --log-level silent",
"sanity:schemas": "npm run sanity:typegen && ts-to-zod sanity/sanity.types.ts sanity/sanity.schemas.ts && prettier --write sanity/sanity.schemas.ts --log-level silent && tsx scripts/sanity/sanity-schemas.ts",
"sanity:export": "npm run dotenvx -- tsx scripts/sanity/sanity-export.ts",
"sanity:branch": "npm run dotenvx -- tsx scripts/sanity/sanity-branch.ts",
"sanity:copy": "npm run dotenvx -- tsx scripts/sanity/sanity-copy.ts",
"sanity:copy:production-to-staging": "npm run sanity:copy -- --from-dataset production --to-dataset staging",
"groq:fmt": "tsx scripts/groq/groqfmt.ts",
"groq:preview": "npm run dotenvx -- tsx scripts/groq/groq-preview.ts",
"posthog:print-filter": "npm run dotenvx -- tsx scripts/posthog/posthog-print-filter.ts",
"tunnel": "npm run dotenvx -- tsx scripts/tunnel.ts --env-file=.env.local"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@iconify/react": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sanity/asset-utils": "^1.3.0",
"@sanity/cli": "^3.49.0",
"@sanity/client": "^6.20.1",
"@sanity/code-input": "^4.1.4",
"@sanity/color-input": "^3.1.1",
"@sanity/icons": "^3.2.0",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/ui": "^2.6.1",
"@sanity/vision": "^3.49.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@vanilla-extract/css": "^1.15.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.1.6",
"groqd": "^0.15.11",
"jiti": "^1.21.6",
"next": "14.2.4",
"next-sanity": "^9.4.2",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"posthog-js": "^1.143.0",
"posthog-node": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-refractor": "^3.1.1",
"refractor": "^4.8.1",
"sanity": "^3.49.0",
"sanity-plugin-iconify": "^2.0.0",
"sanity-plugin-media": "^2.2.5",
"sass": "^1.77.6",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"slugify": "^1.6.6",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.5.0",
"@ngrok/ngrok": "^1.3.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vanilla-extract/next-plugin": "^2.4.3",
"autoprefixer": "^10.4.19",
"commander": "^12.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"groqfmt-nodejs": "^1.0.0",
"inquirer": "^9.3.2",
"postcss": "^8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"ts-essentials": "^10.0.1",
"ts-to-zod": "^3.8.7",
"tsx": "^4.16.0",
"typescript": "^5.5.3"
},
"volta": {
"node": "20.11.1"
}
}