-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 4.12 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "client",
"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 10",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky install",
"test": "",
"preview-prod": "serve -s dist",
"migrate_entity_type": "bash ./scripts/migration_entity_type.sh --git https://github.com/Hai-Ba-Con-Ga/MomKitchen.Backend -b ef-migration -i \"MK.Domain/Entity\" -o \"src/types/@mk/entity\" && bash ./scripts/migration_entity_type.sh --git https://github.com/Hai-Ba-Con-Ga/MomKitchen.Backend -b ef-migration -i \"MK.Domain/Enum\" -o \"src/types/@mk/enum\" && bash ./scripts/migration_entity_type.sh --git https://github.com/Hai-Ba-Con-Ga/MomKitchen.Backend -b ef-migration -i \"MK.Domain/Common\" -o \"src/types/@mk/common\""
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.2.6",
"@aws-sdk/client-s3": "3.317.0",
"@aws-sdk/s3-request-presigner": "^3.427.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/common": "^5.11.5",
"@here/maps-api-for-javascript": "^1.47.0",
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "5.0.0-alpha.143",
"@mui/material": "^5.14.8",
"@mui/system": "^5.14.8",
"@mui/x-date-pickers": "^6.15.0",
"@originjs/vite-plugin-federation": "^1.2.2",
"@sentry/react": "^7.51.2",
"@storybook/addon-postcss": "^2.0.0",
"@tanstack/react-table": "^8.10.7",
"@tinymce/tinymce-react": "^4.3.0",
"@uidotdev/usehooks": "^2.3.1",
"aws-sdk": "^2.1469.0",
"axios": "^1.5.1",
"chance": "^1.1.11",
"class-variance-authority": "^0.6.0",
"cva": "^0.0.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"firebase": "^10.5.2",
"framer-motion": "^10.12.11",
"graphql-request": "^6.0.0",
"history": "^5.3.0",
"i18next": "^22.4.15",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"mui-tel-input": "^4.0.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-csv": "^2.2.2",
"react-device-detect": "^2.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-i18next": "^12.2.2",
"react-intl": "^6.4.6",
"react-number-format": "^4.9.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.11.1",
"react-table": "^7.8.0",
"react-to-pdf": "^1.0.1",
"react-to-print": "^2.14.15",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"regenerator-runtime": "^0.14.0",
"simplebar-react": "^3.2.4",
"styled-components": "6.0.0-rc.1",
"swiper": "^10.3.1",
"uuid": "^9.0.0",
"yup": "^1.3.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.15",
"@faker-js/faker": "^8.1.0",
"@storybook/addon-essentials": "7.0.12",
"@storybook/addon-interactions": "7.0.12",
"@storybook/addon-links": "7.0.12",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "7.0.12",
"@storybook/react": "7.0.12",
"@storybook/react-vite": "7.0.12",
"@storybook/testing-library": "0.1.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.1.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.12.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.0",
"postcss": "^8.4.23",
"prop-types": "15.8.1",
"serve": "^14.2.1",
"storybook": "7.0.12",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}