This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
forked from PeggyJV/sommelier-strangelove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 4.06 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "somm-boilerplate",
"scripts": {
"abi-types:gen": "typechain --target ethers-v5 --out-dir src/abi/types 'src/abi/*.json'",
"analyze": "cross-env ANALYZE=true next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"build": "next build",
"deadcode": "ts-prune",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start",
"test": "jest --config jest.json",
"chakra:gen": "chakra-cli tokens ./src/theme/index.ts",
"postinstall": "yarn chakra:gen",
"generate": "graphql-codegen",
"generate:watch": "yarn generate --watch",
"generate:schema": "get-graphql-schema https://api.thegraph.com/subgraphs/name/peggyjv/cellars > src/generated/schema.json --json",
"generate:schema:dev": "get-graphql-schema https://api.thegraph.com/subgraphs/name/elkdao/cellarsnext > src/generated/schema.json --json",
"generate:schema:pending": "get-graphql-schema https://api.thegraph.com/subgraphs/id/QmSw3249rE3Uz3CMGw3FX5ugSyHbQWs3yE7pbLcsVzN4sm > src/generated/schema.json --json"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.5.2",
"@analytics/mixpanel": "^0.4.0",
"@chakra-ui/react": "1.8.9",
"@chakra-ui/styled-system": "^2.9.1",
"@cosmjs/cosmwasm-stargate": "^0.27.1",
"@cosmjs/launchpad": "0.27.0",
"@cosmjs/proto-signing": "0.27.0",
"@cosmjs/stargate": "^0.30.0",
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"@gnosis.pm/safe-apps-wagmi": "^2.1.0",
"@keplr-wallet/types": "^0.11.3",
"@next/bundle-analyzer": "^12.1.0",
"@nivo/bar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@portabletext/react": "^1.0.6",
"@sentry/nextjs": "6.18.2",
"@supabase/supabase-js": "^2.8.0",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.30",
"analytics": "^0.8.1",
"axios": "^1.2.2",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"ethers": "^5",
"events": "^3.3.0",
"framer-motion": "6.2.8",
"graphql": "^16.3.0",
"graz": "^0.0.38",
"htmr": "^1.0.2",
"jsbi": "^3.1.4",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-plausible": "3.1.5",
"next-sanity": "^1.0.0",
"next-seo": "^5.15.0",
"react": "^17",
"react-countdown": "^2.3.4",
"react-dom": "^17",
"react-hook-form": "7.27.1",
"react-icons": "^4",
"react-intersection-observer": "^9.4.3",
"react-jazzicon": "^1.0.4",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"sanity-codegen": "^0.9.8",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.5",
"urql": "^2.2.0",
"wagmi": "0.12.18",
"zustand": "^4.3.8"
},
"devDependencies": {
"@chakra-ui/cli": "2.2.1",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@graphql-codegen/typescript-urql": "^3.5.3",
"@typechain/ethers-v5": "^10.1.0",
"@types/jest": "^28.1.8",
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/react-slick": "^0.23.10",
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"eslint": "8.10.0",
"eslint-config-next": "^12.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"get-graphql-schema": "^2.1.2",
"jest": "^29.0.1",
"prettier": "^2",
"ts-jest": "^28.0.8",
"ts-prune": "^0",
"typechain": "^8.1.0",
"typescript": "4.9.5",
"url": "^0"
},
"private": true,
"volta": {
"node": "16.14.0",
"yarn": "1.22.17"
},
"prettier": {
"semi": false,
"printWidth": 70,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
}
}