-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1008 Bytes
/
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
{
"name": "airstack-snapshot-frames",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "npx graphql-codegen",
"prestart": "yarn generate",
"predev": "yarn generate"
},
"dependencies": {
"@airstack/frames": "^1.0.9",
"@airstack/node": "^0.0.5",
"@coinbase/onchainkit": "^0.6.1",
"@fontsource/roboto-mono": "^5.0.16",
"frames.js": "0.5.0",
"https": "^1.0.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@parcel/watcher": "^2.4.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}