-
Notifications
You must be signed in to change notification settings - Fork 458
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "@fuel-wallet/e2e-contract-tests",
"private": true,
"version": "0.13.5",
"scripts": {
"dev:e2e-contracts": "vite",
"build:web": "vite build",
"ts:check": "tsc --noEmit",
"test:e2e": "playwright test",
"deploy:contracts": "sh ./scripts/deploy.sh",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fuels/connectors": "0.39.0-pr-458-101889b",
"@fuels/react": "0.39.0-pr-458-101889b",
"@tanstack/react-query": "5.28.4",
"fuels": "pr-3735",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "^4.0.11",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@fuel-wallet/types": "workspace:*",
"@fuels/playwright-utils": "workspace:*",
"@playwright/test": "1.46.1",
"@types/chrome": "^0.0.246",
"@types/node": "^20.8.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.2.2",
"vite": "4.5.5"
}
}