-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.53 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
{
"name": "djib_sign",
"version": "0.9.3",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@headlessui/react": "^1.7.14",
"@react-spring/web": "^9.7.2",
"@reduxjs/toolkit": "^1.9.5",
"@solana/pay": "^0.2.5",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.16",
"@solana/web3.js": "^1.75.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.25",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"ethers": "^6.3.0",
"file-saver": "^2.0.5",
"keccak": "^3.0.3",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.6.172",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-highlight-words": "^0.20.0",
"react-hot-toast": "^2.4.1",
"react-pdf": "^6.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-tooltip": "^5.13.1",
"react-widgets": "^5.8.4",
"sass": "^1.62.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=7200 react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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": {
"@types/bs58": "^4.0.1",
"@types/file-saver": "^2.0.5",
"@types/keccak": "^3.0.1",
"@types/qrcode": "^1.5.0",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-highlight-words": "^0.16.4",
"@types/react-pdf": "^6.2.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.2",
"url": "^0.11.0"
}
}