This repository was archived by the owner on Aug 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.28 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.28 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
{
"name": "plan2gather",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"stage-build": "ts-node scripts/stage-build.ts"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/system": "^5.15.15",
"@mui/x-date-pickers": "^6.19.9",
"@sentry/react": "^7.113.0",
"@sentry/vite-plugin": "^2.16.1",
"@storybook/test": "^8.0.9",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query-persist-client": "^5.32.1",
"@trpc/client": "^11.0.0-next-beta.285",
"@trpc/react-query": "^11.0.0-next-beta.285",
"@trpc/server": "^11.0.0-next-beta.285",
"idb-keyval": "^6.2.1",
"luxon": "^3.4.4",
"material-ui-popup-state": "^5.1.0",
"nanoid": "^5.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-hook-form-mui": "~6.7.3",
"react-router-dom": "^6.23.0",
"tslib": "^2.6.2",
"tzdata": "^1.0.40",
"zod": "^3.23.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@cloudflare/workers-types": "^4.20240423.0",
"@nx/esbuild": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/node": "18.3.4",
"@nx/react": "18.3.4",
"@nx/storybook": "18.3.4",
"@nx/vite": "18.3.4",
"@nx/web": "18.3.4",
"@nx/webpack": "18.3.4",
"@nx/workspace": "18.3.4",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/core-server": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "15.0.6",
"@types/css-mediaquery": "^0.1.4",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.8",
"@types/react": "~18.3.1",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.3",
"@vitest/ui": "1.5.3",
"css-mediaquery": "^0.1.2",
"esbuild": "^0.19.12",
"eslint": "8.57.0",
"eslint-config-love": "^47.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-vitest": "^0.5.4",
"fake-indexeddb": "^5.0.2",
"happy-dom": "^14.7.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "18.3.4",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"storybook-addon-remix-react-router": "^3.0.0",
"toml": "^3.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"vite": "~5.2.8",
"vite-plugin-checker": "^0.6.4",
"vitest": "1.5.3",
"wrangler": "^3.53.1"
}
}