-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
141 lines (141 loc) · 4.5 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "@minimal-kit/simple-cra-ts",
"author": "Minimals",
"version": "5.5.0",
"description": "Simple Cra & TypeScript",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"clear-all": "rm -rf node_modules .next out dist build",
"re-start": "rm -rf node_modules .next out dist build && yarn install && yarn start",
"re-build": "rm -rf node_modules .next out dist build && yarn install && yarn build",
"re-build-test": "rm -rf node_modules .next out dist build && npm install && npm run build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@auth0/auth0-react": "^2.2.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@fullcalendar/timeline": "^6.1.9",
"@hookform/resolvers": "^3.3.1",
"@iconify/react": "^4.1.1",
"@mui/icons-material": "^5.14.12",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.14.10",
"@mui/x-data-grid": "^6.14.0",
"@mui/x-date-pickers": "^6.14.0",
"@types/numeral": "^2.0.2",
"@types/react-icons": "^3.0.0",
"atom": "^1.4.2",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.5.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.2",
"highlight.js": "^11.8.0",
"history": "^5.3.0",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"mui-one-time-password-input": "^2.0.0",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.4",
"react-i18next": "^13.2.2",
"react-icon": "^1.0.0",
"react-icons": "^5.0.1",
"react-lazy-load-image-component": "^1.6.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"simplebar-react": "^3.2.4",
"styled-components": "^5.3.11",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.0.2",
"swr": "^2.2.2",
"upath": "^2.0.1",
"yet-another-react-lightbox": "^3.12.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@types/autosuggest-highlight": "^3.2.0",
"@types/highlight.js": "^10.1.0",
"@types/i18next": "^13.0.0",
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/lodash": "^4.14.197",
"@types/mapbox-gl": "^2.7.14",
"@types/node": "^20.5.7",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/styled-components": "^5.1.29",
"@types/stylis": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"overrides": {
"nth-check": "2.1.1",
"react-scripts": {
"typescript": "^5"
}
}
}