-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 919 Bytes
/
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
{
"name": "particle-web3modal-boilerplate",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@4.1.0",
"description": "Boilerplate application for Particle Auth Core integration within Web3Modal",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"prod": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@particle-network/auth-core-modal": "^1.4.0",
"@tanstack/react-query": "^5.25.0",
"@vitejs/plugin-react": "^2.0.0",
"@web3modal/ethers": "^4.1.6",
"dotenv": "^16.4.7",
"ethers": "^6.11.1",
"react": "^18",
"react-dom": "^18",
"viem": "latest",
"vite": "^3.0.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"typescript": "^5"
}
}