-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.24 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
{
"name": "fantasyteamapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:h": "vite --host",
"build": "tsc && vite build",
"lint": "eslint --ext js,jsx,ts,tsx ./src",
"lint:fix": "eslint --ext js,jsx,ts,tsx ./src --fix",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.3",
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-react": "^7.0.0",
"@cronitorio/cronitor-rum": "^0.4.1",
"@mantine/hooks": "^6.0.11",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@tabler/icons-react": "^2.20.0",
"antd": "^5.11.5",
"async-mutex": "^0.4.0",
"axios": "^1.4.0",
"crisp-sdk-web": "^1.0.21",
"dayjs": "^1.11.7",
"decimal.js": "^10.4.3",
"firebase": "^10.12.0",
"html-react-parser": "^5.0.0",
"i18next-browser-languagedetector": "^7.0.1",
"jodit-react": "^4.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-google-button": "^0.7.2",
"react-i18next": "^12.3.1",
"react-json-view": "^1.21.3",
"react-redux": "^8.0.5",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"react-scroll": "^1.8.9",
"react-secure-storage": "^1.2.2",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"sass": "^1.62.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/lodash": "^4.14.194",
"@types/node": "^20.2.1",
"@types/qs": "^6.9.15",
"@types/react": "^18.0.28",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-dom": "^18.0.11",
"@types/react-scroll": "^1.8.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.38.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"i18next": "^22.5.0",
"typescript": "^5.0.2",
"vite": "^4.5.0"
},
"resolutions": {
"styled-components": "^5"
}
}