-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
{
"name": "thursday",
"private": true,
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"scripts": {
"codegen": "graphql-codegen --config codegen.ts",
"dev": "next dev --turbo",
"prettier": "prettier --write .",
"lint": "next lint",
"typecheck": "tsc --noUnusedLocals",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@graphql-typed-document-node/core": "3.2.0",
"@primer/css": "21.5.1",
"@tailwindcss/typography": "0.5.15",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"daisyui": "4.12.23",
"dotenv": "16.4.7",
"encoding": "0.1.13",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"eslint-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"expo-server-sdk": "3.13.0",
"graphql": "16.10.0",
"graphql-request": "7.1.2",
"hast-util-sanitize": "5.0.2",
"jsonwebtoken": "9.0.2",
"next": "15.1.3",
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-external-links": "3.0.0",
"rehype-raw": "7.0.0",
"rehype-sanitize": "6.0.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"sharp": "0.33.5",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"unified": "11.0.5"
}
}