-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.93 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
{
"name": "thursday",
"private": true,
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"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.0",
"@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.9.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"daisyui": "4.12.14",
"dotenv": "16.4.5",
"encoding": "0.1.13",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"expo-server-sdk": "3.11.0",
"graphql": "16.9.0",
"graphql-request": "7.1.2",
"hast-util-sanitize": "5.0.2",
"jsonwebtoken": "9.0.2",
"next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"react": "19.0.0-rc-ed15d500-20241110",
"react-dom": "19.0.0-rc-ed15d500-20241110",
"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.14",
"typescript": "5.6.3",
"unified": "11.0.5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}