This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "use-defi-monorepo",
"version": "0.2.4",
"description": "React hooks library to use with enso shortcuts infrastructure",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm generate",
"lint": "pnpm eslint .",
"test": "pnpm vitest run --root ./use-defi/test --config ./vitest.config.ts",
"generate": "cd use-defi && pnpm generate",
"build": "cd use-defi && pnpm build",
"dev": "cd playground && vite dev"
},
"keywords": [],
"author": "@ensofinance",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.2.15",
"wagmi": "^1.3.9"
},
"dependencies": {
"dotenv": "^16.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.4.4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"esbuild": "^0.18.16",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"gts": "^3.1.1",
"jsdom": "^22.1.0",
"openapi-typescript": "^6.3.7",
"prettier": "^3.0.0",
"rollup": "^3.26.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.6.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vite": "^4.4.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=18.0.0"
}
}