-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
186 lines (186 loc) · 6.47 KB
/
Copy pathpackage.json
File metadata and controls
186 lines (186 loc) · 6.47 KB
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "dstruct",
"version": "1.388.0",
"private": true,
"type": "module",
"author": {
"name": "Max Kayander",
"email": "maxim.kayander1@gmail.com",
"url": "https://github.com/mkayander"
},
"scripts": {
"prepare": "husky",
"clear": "rm -rf .next",
"build": "npm run clear && next build",
"build:webpack": "npm run clear && next build --webpack",
"check:es": "es-guard",
"dev": "next dev",
"postinstall": "tsx src/scripts/postinstall.ts",
"ci:init": "pnpm run postinstall",
"ensure-generated-from-install": "tsx src/scripts/ensureGeneratedFromInstall.ts",
"load-env": "tsx src/scripts/loadEnvAndRun.ts",
"prisma:generate": "pnpm run load-env -- prisma generate && tsx prisma/scripts/generate-date-serialization.ts",
"prisma:push": "pnpm run load-env -- prisma db push",
"prisma:studio": "pnpm run load-env -- prisma studio",
"generate-graphql": "graphql-codegen --config codegen.yml",
"tsc": "tsc --noEmit",
"lint": "eslint . && pnpm run tsc",
"test": "cross-env SKIP_ENV_VALIDATION=true vitest run && tsx src/scripts/runPythonHarnessTests.ts",
"test:python": "tsx src/scripts/runPythonHarnessTests.ts",
"test:ci": "pnpm run test",
"test:watch": "cross-env SKIP_ENV_VALIDATION=true vitest",
"test:e2e": "playwright test",
"preview-smoke": "tsx src/scripts/previewSmoke.ts",
"start": "next start",
"semantic-release": "semantic-release",
"lint-staged": "lint-staged",
"typesafe-i18n": "typesafe-i18n",
"dumpAllProjects": "pnpm run load-env -- cross-env NODE_ENV=development tsx src/scripts/dumpAllProjects.ts --rewrite",
"sync-main-dump": "pnpm run load-env -- cross-env NODE_ENV=development tsx src/scripts/dumpAllProjects.ts --rewrite --public-only",
"loadMainDump": "pnpm run load-env -- cross-env NODE_ENV=development tsx src/scripts/loadProjects.ts public-dumps/main.json",
"upgrade-dump-python": "tsx src/scripts/upgradeMainDumpPython.ts",
"validate-main-dump": "tsx src/scripts/validateMainDump.ts"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"prettier --write"
]
},
"dependencies": {
"@apollo/client": "^3.14.1",
"@babel/generator": "^7.29.1",
"@babel/parser": "^7.29.2",
"@babel/traverse": "^7.29.0",
"@babel/types": "^7.29.0",
"@datastructures-js/priority-queue": "5.3.0",
"@datastructures-js/queue": "4.3.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@hello-pangea/dnd": "^18.0.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^9.2.0",
"@mui/lab": "9.0.0-beta.6",
"@mui/material": "^9.2.0",
"@mui/material-nextjs": "^9.1.1",
"@mui/x-charts": "^9.10.1",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/adapter-pg": "^7.9.1",
"@prisma/client": "7.9.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.7.0",
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/react-query": "^5.101.4",
"@trpc/client": "11.18.0",
"@trpc/react-query": "11.18.0",
"@trpc/server": "11.18.0",
"@upstash/redis": "^1.38.1",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.5.0",
"@vercel/speed-insights": "^1.3.1",
"@zumer/snapdom": "^2.23.1",
"aws-sdk": "^2.1693.0",
"axios": "1.19.0",
"clsx": "^2.1.1",
"cookie": "^1.1.1",
"cookies-next": "^6.1.1",
"formik": "^2.4.9",
"graphql": "16.14.0",
"joi": "^18.2.3",
"monaco-editor": "^0.56.0",
"next": "16.3.2",
"next-auth": "4.24.15",
"notistack": "^3.0.2",
"overlayscrollbars": "^2.14.0",
"overlayscrollbars-react": "^0.5.6",
"pyodide": "^0.29.3",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-redux": "^9.3.0",
"react-resizable-panels": "^4.12.2",
"react-virtuoso": "^4.18.11",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"sanitize-html": "^2.17.6",
"sharp": "^0.35.3",
"short-uuid": "^6.0.3",
"slugify": "^1.6.9",
"superjson": "2.2.6",
"symbol-observable": "^4.0.0",
"three": "^0.185.1",
"three-stdlib": "^2.36.1",
"typesafe-i18n": "^5.27.1",
"yup": "^1.7.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@graphql-codegen/add": "^3.2.3",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@graphql-codegen/typescript-react-apollo": "^4.4.1",
"@next/eslint-plugin-next": "16.3.2",
"@next/playwright": "16.3.2",
"@playwright/test": "1.51.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"@types/minimist": "^1.2.5",
"@types/node": "^22.19.17",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/redux-logger": "^3.0.13",
"@types/sanitize-html": "^2.16.1",
"@types/three": "^0.185.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "5.0.0-beta.3",
"@vitest/web-worker": "5.0.0-beta.3",
"babel-plugin-react-compiler": "^1.0.0",
"cross-env": "^10.1.0",
"dotenv": "^17.4.0",
"es-guard": "^1.20.0",
"esbuild": "^0.28.1",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-testing-library": "^7.16.2",
"gltfjsx": "^6.5.3",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^15.5.2",
"minimist": "^1.2.8",
"next-router-mock": "^1.0.5",
"prettier": "3.9.6",
"prisma": "7.9.1",
"raw-loader": "^4.0.2",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.102.0",
"semantic-release": "^25.0.8",
"tsx": "^4.23.5",
"typescript": "6.0.3",
"typescript-eslint": "^8.66.0",
"vite": "^6.4.2",
"vitest": "5.0.0-beta.3",
"vitest-canvas-mock": "^1.1.4"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
"engines": {
"node": "^v24.11.1"
},
"browserslist": [
"chrome 117",
"edge 121",
"firefox 121",
"safari 17"
]
}