-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
156 lines (156 loc) · 5.09 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@apps/hash-frontend",
"version": "0.0.0-private",
"private": true,
"description": "HASH frontend",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"build": "next build",
"codegen": "rimraf './src/**/*.gen.*'; graphql-codegen --config codegen.config.ts",
"dev": "next dev",
"fix:eslint": "eslint --fix .",
"lint:eslint": "eslint --report-unused-disable-directives .",
"lint:tsc": "tsc --noEmit",
"start": "next start",
"start:healthcheck": "wait-on --timeout 600000 http://0.0.0.0:3455",
"start:test": "next start",
"start:test:healthcheck": "wait-on --timeout 600000 http://0.0.0.0:3455"
},
"dependencies": {
"@apollo/client": "3.10.5",
"@blockprotocol/core": "0.1.3",
"@blockprotocol/graph": "0.4.0-canary.0",
"@blockprotocol/hook": "0.1.3",
"@blockprotocol/service": "0.1.4",
"@blockprotocol/type-system": "0.1.2-canary.0",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.2",
"@emoji-mart/react": "1.0.1",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@glideapps/glide-data-grid": "6.0.3",
"@hashintel/block-design-system": "0.0.2",
"@hashintel/design-system": "0.0.8",
"@hashintel/query-editor": "0.0.3",
"@hashintel/type-editor": "0.0.25",
"@lit-labs/react": "1.2.1",
"@local/advanced-types": "0.0.0-private",
"@local/hash-graph-client": "0.0.0-private",
"@local/hash-graph-sdk": "0.0.0-private",
"@local/hash-graph-types": "0.0.0-private",
"@local/hash-isomorphic-utils": "0.0.0-private",
"@local/hash-subgraph": "0.0.0-private",
"@local/status": "0.0.0-private",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/system": "5.16.7",
"@ory/client": "1.1.41",
"@ory/integrations": "1.1.4",
"@popperjs/core": "2.11.8",
"@react-sigma/core": "4.0.3",
"@sentry/nextjs": "7.119.1",
"@sentry/react": "7.119.1",
"@sigma/edge-curve": "3.0.0-beta.16",
"@sigma/node-border": "3.0.0-beta.7",
"@svgr/webpack": "8.1.0",
"@tldraw/editor": "2.0.0-alpha.12",
"@tldraw/primitives": "2.0.0-alpha.12",
"@tldraw/tldraw": "2.0.0-alpha.12",
"@tldraw/tlvalidate": "2.0.0-alpha.12",
"@types/prismjs": "1.26.4",
"axios": "1.7.7",
"buffer": "6.0.3",
"clsx": "1.2.1",
"date-fns": "4.1.0",
"dotenv-flow": "3.3.0",
"elkjs": "0.9.3",
"emoji-mart": "5.2.1",
"fractional-indexing": "2.1.0",
"framer-motion": "6.5.1",
"graphology": "0.25.4",
"graphology-layout": "0.6.1",
"graphology-layout-forceatlas2": "0.10.1",
"graphql": "16.9.0",
"iframe-resizer": "4.4.5",
"immer": "9.0.21",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"marked": "4.3.0",
"material-ui-popup-state": "4.1.0",
"millify": "6.1.0",
"next": "13.5.5",
"next-seo": "6.1.0",
"nextjs-progressbar": "0.0.16",
"notistack": "2.0.8",
"papaparse": "5.4.1",
"prismjs": "1.29.0",
"prosemirror-collab": "1.3.0",
"prosemirror-commands": "1.3.1",
"prosemirror-dev-tools": "3.1.0",
"prosemirror-inputrules": "1.2.0",
"prosemirror-keymap": "1.2.0",
"prosemirror-model": "1.18.2",
"prosemirror-state": "1.4.2",
"prosemirror-transform": "1.7.0",
"prosemirror-view": "1.29.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-dropzone": "14.2.9",
"react-full-screen": "1.1.1",
"react-hook-form": "7.53.0",
"react-markdown": "9.0.1",
"react-responsive-carousel": "3.2.23",
"react-transition-group": "4.4.5",
"react-virtuoso": "4.10.4",
"reactflow": "11.11.4",
"remark-gfm": "4.0.0",
"rooks": "7.14.1",
"safe-stable-stringify": "2.5.0",
"setimmediate": "1.0.5",
"sigma": "3.0.0-beta.32",
"signia": "0.1.5",
"signia-react": "0.1.5",
"url-regex-safe": "4.0.0",
"use-font-face-observer": "1.2.2",
"uuid": "9.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/fragment-matcher": "3.3.3",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-operations": "2.5.13",
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@next/bundle-analyzer": "12.3.4",
"@types/dotenv-flow": "3.3.3",
"@types/emoji-mart": "3.0.9",
"@types/gapi": "0.0.47",
"@types/google.accounts": "0.0.15",
"@types/google.picker": "0.0.42",
"@types/iframe-resizer": "3.5.13",
"@types/jsonpath": "0.2.4",
"@types/lodash": "4.17.10",
"@types/papaparse": "5.3.14",
"@types/react": "18.2.68",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.25",
"@types/url-regex-safe": "1.0.2",
"@types/uuid": "8.3.4",
"@welldone-software/why-did-you-render": "8.0.3",
"eslint": "8.57.0",
"graphology-types": "0.24.7",
"rimraf": "6.0.1",
"sass": "1.79.4",
"typescript": "5.6.2",
"webpack": "5.95.0"
},
"engines": {
"node": ">= v20"
}
}