-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.9 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
{
"name": "nethvoice-cti",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@date-fns/utc": "^1.1.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^2.1.9",
"@nethesis/nethesis-brands-svg-icons": "github:nethesis/Font-Awesome#ns-brands",
"@nethesis/nethesis-light-svg-icons": "github:nethesis/Font-Awesome#ns-light",
"@nethesis/nethesis-solid-svg-icons": "github:nethesis/Font-Awesome#ns-solid",
"@nethesis/phone-island": "^0.8.23",
"@rematch/core": "^2.2.0",
"@rematch/immer": "^2.1.3",
"@types/crypto-js": "^4.1.1",
"@types/react-copy-to-clipboard": "^5.0.4",
"axios": "^1.6.7",
"chart.js": "^4.4.2",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.5.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"date-fns-tz": "^1.3.8",
"font-awesome": "^4.7.0",
"framer-motion": "^11.11.9",
"gravatar": "^1.8.2",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"next": "^14.2.14",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^12.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.1.3",
"react-slick": "^0.30.2",
"react-slider": "^2.0.4",
"react-tailwindcss-datepicker": "^1.6.6",
"react-tooltip": "^5.28.0",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@tailwindcss/forms": "^0.5.7",
"@types/gravatar": "^1.8.6",
"@types/lodash": "^4.14.188",
"@types/node": "18.8.3",
"@types/qrcode": "^1.5.2",
"@types/react": "18.0.21",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "18.0.6",
"@types/react-slick": "^0.23.10",
"@types/react-slider": "^1.3.1",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.12",
"babel-loader": "^9.1.3",
"eslint": "8.25.0",
"eslint-config-next": "^14.2.14",
"eslint-config-prettier": "^8.5.0",
"exports-loader": "^5.0.0",
"postcss": "^8.4.47",
"prettier": "^2.8.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.13",
"typescript": "4.8.4"
},
"overrides": {
"nth-check": "^2.1.1"
}
}