-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1020 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1020 Bytes
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": "tutorials-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "5.24.8",
"@owlprotocol/core-trpc": "^3.0.0",
"@owlprotocol/envvars": "^3.0.0",
"@owlprotocol/ui-components": "^3.0.0",
"@rainbow-me/rainbowkit": "^2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "2.21.19",
"wagmi": "^2.9.10"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "5.4.5",
"vite": "^5.1.6"
}
}