-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.48 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.48 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
{
"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 .",
"generate": "graphql-codegen --config codegen.yml",
"generate:watch": "graphql-codegen --watch 'graphql/**/*.ts'",
"format": "prettier --write ."
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@apollo/server": "^4.7.1",
"@graphql-tools/schema": "^9.0.4",
"@headlessui/react": "^2.2.1",
"@mavrin/remark-typograf": "^2.2.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@number-flow/react": "^0.5.9",
"@reach/dialog": "^0.18.0",
"@react-hook/copy": "^2.0.1",
"@tanstack/react-router": "^1.120.3",
"@tanstack/react-start": "^1.120.3",
"@use-gesture/react": "^10.3.1",
"cmdk": "^0.2.0",
"contentful": "^10.6.5",
"date-fns": "^2.29.2",
"feed": "^4.2.2",
"framer-motion": "^10.16.16",
"graphql": "^16.6.0",
"lru-cache": "^7.14.0",
"mapbox-gl": "^2.11.1",
"marked": "^4.0.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.20",
"react-next-tilt": "^0.4.3",
"react-otp-input": "^3.1.1",
"recharts": "^2.15.3",
"rss-parser": "^3.12.0",
"satori": "^0.12.1",
"sharp": "^0.32.6",
"uuid": "^9.0.0",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@graphql-codegen/add": "^3.2.1",
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-operations": "2.5.6",
"@graphql-codegen/typescript-react-apollo": "3.3.6",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^20.8.9",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.16",
"eslint": "8.52.0",
"nitro": "3.0.1-alpha.2",
"postcss": "^8.4.32",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.4.0",
"tailwindcss-touch": "^1.0.1",
"typescript": "^5.2.2",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.3.1"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"pnpm": {
"onlyBuiltDependencies": [
"@apollo/protobufjs",
"esbuild",
"sharp"
]
},
"engines": {
"node": ">=20.0.0"
}
}