-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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
{
"name": "web-client",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@date-io/date-fns": "^3.2.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@mui/material-nextjs": "7.0.0",
"@mui/x-data-grid": "^8.9.1",
"@mui/x-date-pickers": "^8.9.0",
"@nextgen-ec/react-pdf-selection": "^0.6.22",
"@react-pdf/renderer": "4.3.0",
"@toolpad/core": "0.16.0",
"date-fns": "^4.1.0",
"dayjs": "1.11.13",
"firebase": "11.0.0",
"framer-motion": "^12.23.12",
"lottie-react": "^2.4.1",
"path-to-regexp": "^8.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-router": "7.7.1",
"react-router-dom": "^7.7.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"zod": "3.24.2"
},
"devDependencies": {
"@storybook/react-vite": "^9.1.1",
"@types/invariant": "^2.2.37",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@vitejs/plugin-react": "4.3.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-no-relative-import-paths": "1.6.1",
"eslint-plugin-prettier": "5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-storybook": "^9.1.1",
"msw": "^2.10.4",
"prettier": "3.6.2",
"storybook": "^9.1.1",
"typescript": "5.4.5",
"vite": "5.4.19"
}
}