-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.2 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
{
"name": "koryntiawebapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --config=jest.config.ts"
},
"dependencies": {
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/unitedstates": "^1.0.1",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.50.1",
"@typegoose/typegoose": "^12.0.0",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@wagmi/core": "^2.11.6",
"apexcharts": "^3.41.1",
"autoprefixer": "10.4.15",
"axios": "^1.6.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cron": "^3.1.7",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"ethers": "^6.13.1",
"i18next": "^23.2.3",
"i18next-resources-to-backend": "^1.2.1",
"jest-fetch-mock": "^3.0.3",
"jsvectormap": "^1.5.3",
"luxon": "^3.4.3",
"mongoose": "^8.0.1",
"next": "^14.2.5",
"next-connect": "^1.0.0-next.4",
"next-i18n-router": "^5.5.1",
"next-intl": "^2.20.2",
"nookies": "^2.5.2",
"pino-pretty": "^11.2.1",
"postcss": "8.4.30",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.2",
"react-icons": "^4.11.0",
"react-jvectormap": "^0.0.16",
"react-redux": "^8.1.3",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.4",
"reflect-metadata": "^0.2.2",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^2.17.3",
"wagmi": "^2.12.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/luxon": "^3.3.3",
"@types/module-alias": "^2.0.4",
"@types/react-slick": "^0.23.13",
"@types/supertest": "^6.0.2",
"encoding": "^0.1.13",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"module-alias": "^2.2.3",
"next-test-api-route-handler": "^4.0.7",
"supertest": "^7.0.0",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-jest": "^0.0.1"
},
"moduleAlias": {
"@": "src"
}
}