-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.63 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
92
93
94
95
96
{
"name": "wallet-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@auth0/mdl": "./auth0-mdl-v0.3.0-wwwallet-build-1724387059.tgz",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@sd-jwt/core": "^0.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@wwwallet/ssi-sdk": "^1.0.7",
"asn1js": "^3.0.5",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"cbor-x": "^1.6.0",
"cose-kit": "^1.7.1",
"did-resolver": "^4.1.0",
"firebase": "^10.1.0",
"i18next": "^23.2.11",
"jose": "^4.14.4",
"js-cookie": "^3.0.5",
"jsonpath-plus": "^9.0.0",
"key-did-resolver": "^3.0.0",
"localforage": "^1.10.0",
"multiformats": "^12.1.3",
"pkce-challenge": "^4.1.0",
"pkijs": "^3.2.4",
"postcss": "^8.4.25",
"qr-scanner": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.0.2",
"react-icons": "^4.10.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.14.1",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"react-snowfall": "^1.2.1",
"react-transition-group": "^4.4.5",
"react-webcam": "^7.2.0",
"reactour": "^1.19.2",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"tailwindcss": "^3.3.2",
"ts-results": "^3.3.0",
"typescript": "^5.1.6",
"ua-parser-js": "^1.0.36",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
"@types/jest": "^29.5.3",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/ua-parser-js": "^0.7.38",
"@types/uuid": "^9.0.2",
"@types/web": "^0.0.143",
"vitest": "^1.5.0"
},
"scripts": {
"start": "react-scripts start",
"start-docker": "npx react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"vitest": "VITE_CJS_IGNORE_WARNING=true vitest run",
"vitest-start": "VITE_CJS_IGNORE_WARNING=true vitest"
},
"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"
]
},
"main": "index.js",
"repository": "https://github.com/wwwallet/wallet-frontend",
"license": "BSD-2-Clause"
}