-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.71 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
63
64
65
66
67
68
69
70
71
72
{
"name": "se-2",
"version": "0.0.1",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"subgraph1": [
"subgraph1/*"
]
},
"scripts": {
"abi-copy": "yarn workspace @se-2/subgraph abi-copy",
"account": "yarn workspace @se-2/hardhat account",
"chain": "yarn workspace @se-2/hardhat chain",
"clean-node": "yarn workspace @se-2/subgraph clean-node",
"codegen": "yarn workspace @se-2/subgraph codegen",
"compile": "yarn workspace @se-2/hardhat compile",
"deploy": "yarn workspace @se-2/hardhat deploy",
"flatten": "yarn workspace @se-2/hardhat flatten",
"fork": "yarn workspace @se-2/hardhat fork",
"format": "yarn next:format && yarn hardhat:format",
"generate": "yarn workspace @se-2/hardhat generate",
"graph": "yarn workspace @se-2/subgraph graph",
"graphclient:build": "yarn workspace @se-2/nextjs client",
"hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify",
"hardhat:format": "yarn workspace @se-2/hardhat format",
"hardhat:lint": "yarn workspace @se-2/hardhat lint",
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
"hardhat:test": "yarn workspace @se-2/hardhat test",
"postinstall": "husky install",
"local-create": "yarn workspace @se-2/subgraph local-create",
"local-ship": "yarn workspace @se-2/subgraph local-ship",
"next:build": "yarn workspace @se-2/nextjs build",
"next:check-types": "yarn workspace @se-2/nextjs check-types",
"next:format": "yarn workspace @se-2/nextjs format",
"next:lint": "yarn workspace @se-2/nextjs lint",
"next:serve": "yarn workspace @se-2/nextjs serve",
"precommit": "lint-staged",
"run-node": "yarn workspace @se-2/subgraph run-node",
"start": "yarn workspace @se-2/nextjs dev",
"stop-node": "yarn workspace @se-2/subgraph stop-node",
"subgraph:test": "yarn workspace @se-2/subgraph test",
"test": "yarn hardhat:test",
"vercel": "yarn workspace @se-2/nextjs vercel",
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo",
"verify": "yarn workspace @se-2/hardhat verify"
},
"devDependencies": {
"@types/ethereum-blockies": "^0",
"husky": "~8.0.3",
"lint-staged": "~13.2.2"
},
"packageManager": "yarn@3.2.3",
"engines": {
"node": ">=18.18.0"
},
"dependencies": {
"@apollo/client": "^3.12.2",
"@apollo/experimental-nextjs-app-support": "^0.11.7",
"@ethereum-attestation-service/eas-sdk": "^2.7.0",
"@graphprotocol/graph-cli": "^0.91.1",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.62.3",
"axios": "^1.7.9",
"ethereum-blockies": "^0.1.1",
"framer-motion": "^11.13.1",
"graphql": "^16.9.0",
"next-auth": "beta"
}
}