-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "monad-app-arweave-deployed",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "node scripts/deploy.js",
"set-base": "node scripts/setBaseArns.js",
"records": "node scripts/getRecords.js",
"primary": "node scripts/getPrimaryName.js",
"set-undername": "node scripts/setUndername.js"
},
"dependencies": {
"@ar.io/sdk": "^3.8.1",
"@ardrive/turbo-sdk": "^1.22.1",
"@tailwindcss/vite": "^4.0.9",
"@tanstack/react-query": "^5.66.9",
"@wagmi/core": "^2.16.5",
"dotenv": "^16.4.7",
"ethers": "^5.7.2",
"mime-types": "^2.1.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"tailwindcss": "^4.0.6",
"viem": "^2.23.5",
"wagmi": "^2.14.12"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.0",
"vite-plugin-node-polyfills": "^0.23.0"
}
}