-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint 'src/**/*.{js,ts,jsx,tsx}'",
"preview": "vite preview",
"prepare": "husky",
"api:generate": "openapi-ts",
"cypress:run": "cypress run"
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@types/jest": "^30.0.0",
"@types/react-beforeunload": "^2.1.5",
"axios": "^1.13.6",
"fengari": "^0.1.5",
"i18n": "^0.15.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"mui": "^0.0.1",
"notistack": "^3.0.2",
"path": "^0.12.7",
"react": "^19.2.4",
"react-beforeunload": "^2.7.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-router-dom": "^7.13.1",
"styled-components": "^6.3.11",
"tone": "^15.1.22",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"vite-plugin-glsl": "^1.5.5",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"y-monaco": "^0.1.6",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.29"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^5.10.0",
"@swc/core": "^1.15.18",
"@swc/jest": "^0.2.39",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^4.7.0",
"cypress": "^15.11.0",
"eslint": "^9.39.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"husky": "^9.1.7",
"typescript": "5.8.2",
"typescript-eslint": "^8.56.1",
"vite": "^6.4.1"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538",
"patchedDependencies": {
"fengari@0.1.5": "patches/fengari@0.1.5.patch"
}
}