-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
{
"name": "solana-graphql-playground",
"private": true,
"license": "MIT",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/solana-labs/solana-graphql-playground.git"
},
"bugs": {
"url": "http://github.com/solana-labs/solana-graphql-playground/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graphiql/react": "^0.20.2",
"@graphiql/toolkit": "^0.9.1",
"@solana/rpc-graphql": "2.0.0-experimental.a81a78e",
"@solana/web3.js": "2.0.0-experimental.a81a78e",
"classnames": "^2.3.2",
"graphiql": "^3.0.10",
"graphql": "^16.8.1",
"lz-string": "^1.5.0",
"next": "14.0.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@solana/eslint-config-solana": "^1.0.2",
"@solana/prettier-config-solana": "^0.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"graphql-ws": "^5.14.3",
"postcss": "^8",
"tailwindcss": "^3.4.0",
"typescript": "^5"
},
"prettier": "@solana/prettier-config-solana"
}