-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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": "template-vite",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"prebuild": "fuels build",
"dev": "vite",
"build": "pnpm prebuild && tsc -b && vite build",
"lint": "eslint . && prettier --write .",
"fuels:dev": "fuels dev",
"test:ui": "./test/ui/test-ui.sh"
},
"dependencies": {
"@fuels/connectors": "^0.27.1",
"@fuels/react": "^0.27.1",
"@tanstack/react-query": "^5.55.4",
"@wagmi/connectors": "^5.1.14",
"@wagmi/core": "^2.13.9",
"clsx": "2.1.1",
"dotenv": "^16.4.5",
"fuels": "0.97.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@playwright/test": "^1.47.2",
"@tanstack/router-plugin": "^1.58.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.9.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.9"
}
}