-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 2 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": "boilerplate-react",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@polkadot/extension-dapp": "^0.52.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-persist-client": "^5.51.23",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@unique-nft/sdk": "2.1.2",
"@unique-nft/solidity-interfaces": "^1.0.0",
"@unique-nft/sr25519": "^0.0.2",
"@unique-nft/utils": "^0.3.20",
"@web3auth/ethereum-provider": "^9.5.2",
"@web3auth/modal": "^9.5.2",
"@web3modal/wagmi": "^5.0.11",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"magic-sdk": "^28.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-youtube": "^10.1.0",
"styled-components": "^6.1.12",
"tweetnacl-ts": "^1.0.3",
"typescript": "^5.5.4",
"viem": "^2.21.28",
"wagmi": "^2.12.12",
"web-vitals": "^4.2.2",
"zod-openapi": "^3.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@polkadot/extension-inject": "^0.51.1",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13"
}
}