-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.62 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.62 KB
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
63
64
65
66
67
68
{
"name": "@exactly/exa-embed-example",
"version": "0.0.1",
"license": "MIT",
"repository": "github:exactly/exa-embed-example",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@farcaster/miniapp-host": "^0.2.14"
},
"optionalDependencies": {
"@0xsequence/connect": "^5.3.29",
"@0xsequence/indexer": "^2.3.33",
"@0xsequence/network": "^2.3.33",
"@wagmi/core": "^2.22.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"viem": "^2.38.6",
"wagmi": "^2.19.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.3.1",
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unicorn": "^62.0.0",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.2.1"
},
"type": "module",
"packageManager": "pnpm@10.20.0",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "19",
"vite": "7",
"zod": "4",
"ws": "7"
}
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"bufferutil",
"esbuild",
"keccak",
"utf-8-validate"
]
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports"
],
"printWidth": 120
}
}