-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.66 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.66 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
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
{
"name": "site",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"knip": "knip",
"generate": "graphql-codegen --config codegen.yml",
"generate:watch": "graphql-codegen --watch 'graphql/**/*.ts'",
"format": "prettier --write ."
},
"dependencies": {
"@apollo/client": "^3.14.1",
"@apollo/server": "^4.13.0",
"@base-ui/react": "^1.4.1",
"@headlessui/react": "^2.2.10",
"@mavrin/remark-typograf": "^2.2.0",
"@mdx-js/mdx": "^3.1.1",
"@reach/dialog": "^0.18.0",
"@react-hook/copy": "^2.0.1",
"@tanstack/react-router": "^1.163.2",
"@tanstack/react-start": "^1.163.2",
"@use-gesture/react": "^10.3.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"feed": "^5.2.1",
"framer-motion": "^12.38.0",
"graphql": "^16.13.2",
"mapbox-gl": "^3.23.0",
"next": "16.2.6",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-map-gl": "^7.1.9",
"react-next-tilt": "^0.4.3",
"recharts": "^3.8.1",
"rss-parser": "^3.13.0",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
"@eslint/js": "^9.39.4",
"@graphql-codegen/add": "^7.0.0",
"@graphql-codegen/cli": "7.0.0",
"@graphql-codegen/typescript": "6.0.0",
"@graphql-codegen/typescript-operations": "6.0.0",
"@graphql-codegen/typescript-react-apollo": "4.4.2",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "8.59.1",
"@typescript-eslint/parser": "8.59.1",
"autoprefixer": "^10.5.0",
"eslint": "9.39.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"knip": "^6.11.0",
"nitro": "3.0.1-alpha.2",
"postcss": "^8.5.13",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^3.4.19",
"tailwindcss-touch": "^1.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.1",
"vite": "^7.3.2",
"vite-tsconfig-paths": "^6.1.1"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"pnpm": {
"onlyBuiltDependencies": [
"@apollo/protobufjs",
"esbuild",
"sharp"
]
},
"engines": {
"node": ">=24.0.0"
}
}