-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "stake",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"yarn codegen\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.72",
"@matejmazur/react-katex": "^3.1.3",
"@radix-ui/react-alert-dialog": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@stitches/react": "^1.2.5",
"@vanilladefi/core-sdk": "^2.2.1-beta.3",
"@vanilladefi/stake-sdk": "^2.2.1-beta.3",
"@walletconnect/web3-provider": "^1.6.6",
"ethers": "^5.5.1",
"framer-motion": "^6.2.6",
"graphql": "^16.0.1",
"graphql-ws": "^5.5.5",
"katex": "^0.13.19",
"match-sorter": "^6.3.1",
"next": "^12.0.4",
"next-themes": "^0.0.15",
"next-transpile-modules": "^9.0.0",
"phosphor-react": "^1.3.1",
"polished": "^4.1.3",
"react": "17.0.2",
"react-countup": "^6.2.0",
"react-dom": "17.0.2",
"react-table": "^7.7.0",
"react-toastify": "^8.2.0",
"sharp": "^0.29.3",
"subscriptions-transport-ws": "^0.11.0",
"urql": "^2.0.5",
"valtio": "^1.2.6",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.3.1",
"@graphql-codegen/typescript-operations": "2.2.0",
"@graphql-codegen/typescript-urql": "^3.4.0",
"@graphql-codegen/urql-introspection": "2.1.0",
"@types/mailchimp__mailchimp_marketing": "^3.0.2",
"@types/react": "17.0.30",
"@types/react-table": "^7.7.7",
"concurrently": "^6.4.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"typescript": "4.4.4"
}
}