-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.66 KB
/
package.json
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
{
"name": "fin-the-pen-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^4.5.8",
"@mui/material": "^6.1.4",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/query-sync-storage-persister": "^5.59.0",
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-query-persist-client": "^5.59.0",
"axios": "^1.2.2",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.23.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"swiper": "^11.0.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@mui/icons-material": "^6.1.4",
"@mui/x-date-pickers": "^6.17.0",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/addon-mdx-gfm": "7.6.4",
"@storybook/blocks": "^7.6.4",
"@storybook/preset-create-react-app": "^7.6.4",
"@storybook/react": "^7.6.4",
"@storybook/react-vite": "7.6.4",
"@storybook/react-webpack5": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@tanstack/eslint-plugin-query": "^5.12.1",
"@tanstack/react-query-devtools": "^5.14.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/axios": "^0.14.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/swiper": "^6.0.0",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^10.2.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-storybook": "^0.6.15",
"msw": "^2.2.14",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"storybook": "^7.6.4",
"typescript": "^5.0.2",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "[email protected]"
}