-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.24 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "staking",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.6.6",
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.44.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.40",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"apollo-upload-client": "^17.0.0",
"base58-js": "^1.0.0",
"clsx": "^1.2.1",
"graphql": "^16.5.0",
"react": "^18.2.0",
"react-cool-img": "^1.2.12",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.34.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.7",
"sass": "^1.52.3",
"typescript": "^4.7.3",
"web-vitals": "^2.1.4",
"zustand": "^4.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"graphql:codegen": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.10",
"@graphql-codegen/typescript-operations": "^2.3.7",
"@graphql-codegen/typescript-react-apollo": "^3.2.13",
"@types/apollo-upload-client": "^17.0.1",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.7",
"crypto-browserify": "^3.12.0",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.1.6"
}
}