generated from 0xsequence-demos/kit-embedded-wallet-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.54 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
{
"name": "primary-sale-1155-boilerplate",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"postinstall": "(cp -n .env.example .env) || echo already exists"
},
"dependencies": {
"0xsequence": "2.1.0",
"@0xsequence/api": "2.1.0",
"@0xsequence/design-system": "^1.8.0",
"@0xsequence/indexer": "^2.1.0",
"@0xsequence/kit": "4.4.4",
"@0xsequence/kit-checkout": "4.4.4",
"@0xsequence/metadata": "2.1.0",
"@0xsequence/network": "^2.1.0",
"@tanstack/react-query": "^5.61.4",
"ethers": "6.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6",
"viem": "^2.21.51",
"wagmi": "^2.13.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.10.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}