-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.53 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
{
"name": "b4bstats",
"private": true,
"scripts": {
"start:dev": "next dev",
"start:prod": "next build && next start",
"export": "next build && next export && next-sitemap",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^3.6.7",
"@mantine/dropzone": "^3.6.7",
"@mantine/hooks": "^3.6.7",
"@mantine/next": "^3.6.7",
"chart.js": "^3.7.1",
"chartjs-plugin-datalabels": "^2.0.0",
"fast-csv": "^4.3.6",
"flag-icon-css": "^4.1.7",
"html2canvas": "^1.4.1",
"i18next": "^21.6.11",
"lodash": "^4.17.21",
"next": "12.0.10",
"node-xlsx": "^0.21.0",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-i18next": "^11.15.4",
"react-image-magnifiers": "^1.4.0",
"react-markdown": "^8.0.2",
"react-toastify": "^8.1.1",
"react-ui-scrollspy": "^2.1.0",
"recoil": "^0.6.1",
"recoil-persist": "^4.0.0",
"use-react-screenshot": "^3.0.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.178",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"@types/react-dom": "^17.0.2",
"@types/react-image-magnifiers": "^1.3.2",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"next-sitemap": "^2.4.3",
"postcss": "^8.4.6",
"sass": "^1.49.7",
"tailwindcss": "^3.0.22",
"typescript": "4.5.5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}