-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "webank-userapp",
"homepage": "https://ADORSYS-GIS.github.io/webank-UserApp/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"prettier:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"lint:check": "eslint --max-warnings=0 \"src/**/*.{js,jsx,ts,tsx,json}\"",
"ts:check": "tsc --noEmit",
"test:unit": "vitest",
"preview": "vite preview",
"coverage": "vitest run --coverage",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d dist"
},
"dependencies": {
"@adorsys-gis/storage": "^1.0.3",
"axios": "^1.7.7",
"axios-mock-adapter": "^2.1.0",
"crypto-js": "^4.2.0",
"jose": "^5.9.6",
"libphonenumber-js": "^1.11.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.27.0",
"react-select": "^5.8.1",
"tailwindcss": "^3.4.14",
"use-pwa": "^2.2.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"fake-indexeddb": "^6.0.0",
"gh-pages": "^6.2.0",
"happy-dom": "^15.11.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sonarqube-scanner": "^4.2.5",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.3",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.1.0"
},
"overrides": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}