-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.83 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
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
90
91
92
93
94
95
96
97
98
{
"name": "secret-project",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"graphql:compile": "graphql-codegen",
"graphql:watch": "graphql-codegen -w",
"prettier-fix": "prettier --write ."
},
"browser": {
"fs": false,
"path": false
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/server": "^4.9.2",
"@as-integrations/next": "^2.0.2",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@lexical/clipboard": "^0.7.5",
"@lexical/code": "^0.7.5",
"@lexical/file": "^0.7.5",
"@lexical/hashtag": "^0.7.5",
"@lexical/link": "^0.7.5",
"@lexical/list": "^0.7.5",
"@lexical/mark": "^0.7.5",
"@lexical/markdown": "^0.7.5",
"@lexical/overflow": "^0.7.5",
"@lexical/plain-text": "^0.7.5",
"@lexical/react": "^0.7.5",
"@lexical/rich-text": "^0.7.5",
"@lexical/selection": "^0.7.5",
"@lexical/table": "^0.7.5",
"@lexical/utils": "^0.7.5",
"@lexical/yjs": "^0.7.5",
"@react-hookz/web": "^23.1.0",
"antd": "5.4.0",
"classnames": "^2.3.2",
"colorthief": "^2.4.0",
"dayjs": "^1.11.9",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.0",
"jose": "^4.14.4",
"lexical": "^0.7.5",
"lorem-ipsum": "^2.0.8",
"memoize-one": "^6.0.0",
"nanoid": "^5.0.4",
"next": "13.5.6",
"next-auth": "4.24.5",
"next-auth-hasura-adapter": "^2.0.0",
"overlayscrollbars": "^2.3.0",
"overlayscrollbars-react": "^0.5.2",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.2.0",
"react-fast-compare": "^3.2.2",
"react-virtualized-auto-sizer": "^1.0.20",
"react-virtuoso": "^4.5.0",
"react-window": "^1.8.9",
"use-font-face-observer": "^1.2.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18.2.7",
"@types/react-window": "^1.8.5",
"autoprefixer": "^10.4.15",
"cssnano": "^6.0.1",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.3",
"tailwindcss-logical": "^3.0.1",
"typescript": "5.2.2"
},
"peerDependencies": {
"@parcel/watcher": "^2.3.0",
"use-sync-external-store": "^1.2.0"
}
}