-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.15 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
{
"name": "react_xekhach_client",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "npm run dev",
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"antd": "^5.13.0",
"array-move": "^4.0.0",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"convert": "^4.14.1",
"country-calling-code": "^0.0.3",
"country-flag-icons": "^1.5.9",
"currency-symbol-map": "^5.1.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"google-libphonenumber": "^3.2.34",
"google-map-react": "^2.2.1",
"i18next": "^23.7.16",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-flickity-component": "^4.0.7",
"react-i18next": "^14.0.0",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-otp-input": "^3.1.1",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.21.2",
"socket.io-client": "^4.7.4",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/google-libphonenumber": "^7.4.30",
"@types/google-map-react": "^2.1.10",
"@types/google.maps": "^3.54.10",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-responsive-masonry": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vite-plugin-mkcert": "^1.17.2",
"vite-plugin-svgr": "^4.2.0"
}
}