-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
99 lines (99 loc) · 2.75 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
{
"name": "fyr-nextjs",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next --fix . --ext .js,.jsx,.ts,.tsx",
"prettier:fix": "prettier --write .",
"icon": "svgr SvgIcons -d src/components/icon/svg-icons --typescript --no-prettier"
},
"dependencies": {
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@hello-pangea/dnd": "^16.5.0",
"@popperjs/core": "^2.11.8",
"@tanstack/react-table": "^8.10.7",
"apexcharts": "^3.44.2",
"axios": "^1.6.7",
"classnames": "^2.3.2",
"crisp-sdk-web": "^1.0.22",
"d3-fetch": "^3.0.1",
"d3-geo": "^3.1.0",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.10",
"formik": "^2.4.5",
"framer-motion": "^10.16.16",
"i18next": "^23.7.9",
"i18next-resources-to-backend": "^1.2.0",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"next": "latest",
"next-auth": "^4.24.5",
"next-i18n-router": "^5.0.2",
"pascalcase": "^2.0.0",
"react": "latest",
"react-apexcharts": "^1.4.1",
"react-date-range": "^1.4.0",
"react-dom": "latest",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-media-recorder": "^1.6.5",
"react-popper": "^2.3.0",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"react-simple-maps": "^3.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-scrollspy": "^3.1.1",
"slate": "^0.101.4",
"slate-history": "^0.100.0",
"slate-react": "^0.101.3",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"wavesurfer.js": "^7.5.2",
"web-vitals": "^3.5.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@svgr/cli": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/d3-fetch": "^3.0.7",
"@types/d3-scale": "^4.0.8",
"@types/lodash": "^4.14.202",
"@types/node": "latest",
"@types/pascalcase": "^1.0.3",
"@types/react": "latest",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "latest",
"@types/react-simple-maps": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.16",
"eslint": "latest",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"raw-loader": "^4.0.2"
},
"resolutions": {
"d3-color": ">=3.1.0",
"postcss": ">=8.4.31",
"nth-check": ">=2.1.1"
},
"overrides": {
"d3-color": ">=3.1.0",
"postcss": ">=8.4.31",
"nth-check": ">=2.1.1"
}
}