-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.43 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.43 KB
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
{
"name": "relaysms-open-telemetry",
"version": "1.4.1",
"homepage": "https://telemetry.smswithoutborders.com/",
"author": {
"name": "SMSWithoutBorders",
"email": "developers@smswithoutborders.com",
"url": "https://smswithoutborders.com/"
},
"scripts": {
"start": "vite",
"build": "vite build",
"build-stage": "env-cmd -f .env.qa vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"knip": "knip"
},
"dependencies": {
"@ant-design/colors": "7.2.0",
"@ant-design/icons": "5.6.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/inter": "5.1.1",
"@fontsource/poppins": "5.1.1",
"@fontsource/public-sans": "5.1.2",
"@fontsource/roboto": "5.1.1",
"@mui/material": "6.4.1",
"@mui/system": "6.4.1",
"@mui/x-charts": "7.24.1",
"@vitejs/plugin-react": "^5.1.1",
"antd": "^5.27.6",
"axios": "^1.14.0",
"country-coords": "^1.0.0",
"dayjs": "^1.11.13",
"i18n-iso-countries": "^7.14.0",
"libphonenumber-js": "^1.12.25",
"lodash-es": "4.18.1",
"react": "18.3.1",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-router-dom": "^7.13.2",
"simplebar-react": "3.3.0",
"swr": "2.3.0",
"vite": "^7.2.4",
"vite-jsconfig-paths": "2.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "9.39.4",
"@types/node": "22.13.5",
"eslint": "9.39.4",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"knip": "5.45.0",
"prettier": "3.4.2"
},
"resolutions": {
"glob": "^11.0.0",
"brace-expansion": "^2.0.3",
"js-yaml": "^4.1.1"
},
"packageManager": "yarn@4.9.4+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b"
}