-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "usupport-global-admin-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --port 5176",
"staging": "vite build --mode staging",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx src",
"lint-fix": "eslint --ext .js,.jsx src --fix"
},
"dependencies": {
"@tanstack/react-query": "^4.13.0",
"aos": "^2.3.4",
"axios": "^1.7.2",
"classnames": "^2.3.2",
"country-codes-list": "^1.6.8",
"i18next": "^21.10.0",
"joi": "^17.9.2",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-pin-input": "^1.3.0",
"react-router-dom": "^6.4.1",
"react-toastify": "^9.1.1",
"usupport-components-library": "file:USupport-components-library"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.3",
"babel-loader": "^8.2.5",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^4.4.7"
},
"overrides": {
"remark-parse": "9.0.0",
"glob-parent": "5.1.2",
"trim-newlines": "3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}