-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.23 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 3.23 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
{
"name": "@sinlessgamesllc/source",
"version": "1.0.89",
"license": "MIT",
"scripts": {
"test": "nx affected --target=test",
"lint": "nx affected --target=lint --fix --base=master",
"format": "nx format:write --all",
"pre-commit": "pnpm run format && pnpm run lint"
},
"husky": {
"hooks": {
"applypatch-msg": "echo '[Husky] applypatch-msg'",
"pre-applypatch": "echo '[Husky] pre-applypatch'",
"post-applypatch": "echo '[Husky] post-applypatch'",
"pre-commit": "pnpm run pre-commit"
}
},
"private": true,
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@cloudflare/vitest-pool-workers": "^0.6.16",
"@cloudflare/workerd-windows-64": "^1.20250407.0",
"@cloudflare/workers-types": "^4.20250214.0",
"@naxodev/nx-cloudflare": "^4.0.0",
"@nx-tools/container-metadata": "^6.1.1",
"@nx-tools/nx-container": "^6.2.0",
"@nx/cypress": "20.7.1",
"@nx/esbuild": "20.7.1",
"@nx/eslint": "20.7.1",
"@nx/eslint-plugin": "20.7.1",
"@nx/express": "20.7.1",
"@nx/jest": "20.7.1",
"@nx/js": "20.7.1",
"@nx/next": "20.7.1",
"@nx/node": "20.7.1",
"@nx/nx-win32-x64-msvc": "^20.7.1",
"@nx/react": "20.7.1",
"@nx/vite": "20.7.1",
"@nx/web": "20.7.1",
"@nx/workspace": "20.7.1",
"@rollup/rollup-win32-x64-msvc": "^4.39.0",
"@swc-node/register": "~1.10.10",
"@swc/core": "~1.6.13",
"@swc/helpers": "~0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@types/jest": "29.5.14",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/runner": "^2.1.1",
"@vitest/snapshot": "^2.1.1",
"@vitest/ui": "^2.1.1",
"babel-jest": "29.7.0",
"cypress": "^13.17.0",
"esbuild": "^0.19.2",
"eslint": "^8.57.0 || ^9.0.0",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "^9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jiti": "2.4.2",
"next": "15.2.4",
"nx": "20.7.1",
"pnpm": "^9.15.9",
"prettier": "^3.5.3",
"sass": "1.77.6",
"ts-jest": "^29.3.1",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"vite": "^6.0.0",
"vitest": "^2.1.1",
"wrangler": "^3.109.1"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.17.1",
"@mui/material": "^5.17.1",
"@mui/material-nextjs": "^5.16.14",
"@mui/styled-engine-sc": "6.0.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"cloudflare": "^4.2.0",
"eslint-plugin-react": "^7.37.5",
"express": "^4.21.2",
"hono": "^4.7.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"styled-components": "^6.1.17",
"tslib": "^2.8.1"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677"
}