-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
161 lines (161 loc) · 4.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
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
157
158
159
160
161
{
"name": "chair-flight",
"version": "0.1.0",
"license": "MIT",
"author": "PupoSDC",
"sideEffects": false,
"node": "20.x",
"scripts": {
"dev": "nx run-many -target=dev",
"arrange": "nx run-many -t=arrange",
"migrate": "nx run-many -t=migrate",
"compile": "nx run-many -t=compile",
"build": "nx run-many -t=build",
"lint": "nx run-many -t=lint",
"lint:check": "nx run-many -t=lint -c=check",
"types": "nx run-many -t=types",
"types:check": "nx run-many -t=types -c=check",
"format": "nx run-many -t=format",
"format:check": "nx run-many -t=format -c=check",
"format:root": "prettier --write *.{json,md,yaml,ts}",
"test": "vitest",
"infra": "docker-compose up -d",
"preinstall": "npx only-allow pnpm",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/public-sans": "^5.0.18",
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.6.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.15.20",
"@mui/joy": "5.0.0-beta.36",
"@mui/material": "npm:@mui/[email protected]",
"@mui/x-charts": "^6.19.8",
"@napi-rs/image": "^1.9.2",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"analytics": "^0.8.13",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"immer": "^10.1.1",
"konva": "^9.3.12",
"luxon": "^3.4.4",
"minisearch": "^6.3.0",
"next": "^14.2.4",
"octokit": "^3.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.0",
"react-hotkeys-hook": "^4.5.0",
"react-konva": "^18.2.10",
"react-markdown": "^9.0.1",
"rehype-katex": "^7.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-supersub": "^1.0.0",
"sharp": "^0.33.4",
"superjson": "^2.2.1",
"use-broadcast-ts": "^1.4.5",
"use-image": "^1.1.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.4",
"@nx/devkit": "^19.3.1",
"@nx/eslint-plugin": "^19.3.1",
"@nx/linter": "^19.3.1",
"@nx/next": "^19.3.1",
"@nx/node": "^19.3.1",
"@nx/plugin": "^19.3.1",
"@nx/react": "^19.3.1",
"@nx/storybook": "^19.3.1",
"@nx/vite": "^19.3.1",
"@nx/webpack": "^19.3.1",
"@nx/workspace": "^19.3.1",
"@storybook/addon-docs": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/core-server": "^8.1.10",
"@storybook/nextjs": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/theming": "^8.1.10",
"@swc-node/register": "^1.9.2",
"@swc/core": "^1.6.5",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@trivago/prettier-plugin-sort-imports": "4.1.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.8",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"drizzle-kit": "^0.20.18",
"esbuild": "^0.20.2",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"jsdom": "^24.1.0",
"msw": "^2.3.1",
"msw-storybook-addon": "2.0.0",
"msw-trpc": "2.0.0-beta.1",
"nx": "^19.3.1",
"pg": "^8.12.0",
"prettier": "^3.3.2",
"storybook-dark-mode": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vercel": "^34.2.7",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"vitest-mock-extended": "^1.3.1",
"webpack": "^5.92.1",
"xlsx": "^0.18.5",
"yaml": "^2.4.5"
},
"overrides": {
"@mui/material": "npm:@mui/[email protected]"
},
"prettier": {
"proseWrap": "always",
"plugins": [
"@trivago/prettier-plugin-sort-imports"
],
"importOrder": [
"^node",
"^react(.*)?$",
"^next(.*)?$",
"<THIRD_PARTY_MODULES>",
"^@cf(.*)?$",
"^[./]",
"<THIRD_PARTY_TS_TYPES>",
"<TS_TYPES>",
"^@fontsource(/.*)?$"
]
}
}