-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
{
"name": "cellar-assistant",
"version": "0.48.9",
"private": true,
"scripts": {
"dev": "npm-run-all --parallel codegen-watch next-dev",
"next-dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen-watch": "graphql-codegen -w",
"codegen": "graphql-codegen",
"format": "prettier . --write",
"typecheck": "tsc"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@fontsource/inter": "5.1.1",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/client-preset": "4.5.1",
"@lexical/react": "0.17.1",
"@mui/joy": "5.0.0-beta.51",
"@nhost/nextjs": "2.1.24",
"@parcel/watcher": "2.4.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.17.10",
"@types/ramda": "0.30.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@uidotdev/usehooks": "2.4.1",
"@urql/exchange-auth": "2.2.0",
"@urql/devtools": "2.0.3",
"@vercel/analytics": "1.3.1",
"@xstate/react": "4.1.2",
"autoprefixer": "10.4.20",
"date-fns": "3.6.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.11",
"eslint-config-prettier": "9.1.0",
"graphql": "16.9.0",
"graphql-config": "5.1.3",
"graphql-ws": "5.16.0",
"lexical": "0.17.1",
"next": "14.2.15",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"ramda": "0.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-icons": "5.3.0",
"react-qr-code": "2.0.15",
"react-responsive": "10.0.0",
"react-simple-star-rating": "5.1.7",
"react-webcam": "7.2.0",
"react-zxing": "2.0.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"urql": "4.1.0",
"xstate": "5.18.1"
}
}