forked from beethovenxfi/beets-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.45 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
{
"name": "beets-frontend-v2",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "concurrently \"next dev\" \"yarn generate --watch\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen --config codegen.yml -r dotenv/config"
},
"devDependencies": {
"@apollo/client": "^3.6.9",
"@balancer-labs/balancer-js": "^1.0.1",
"@balancer-labs/sdk": "^0.1.10",
"@balancer-labs/typechain": "^1.0.0",
"@chakra-ui/react": "^2.2.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@georgeroman/balancer-v2-pools": "^0.0.14",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/fragment-matcher": "^3.2.1",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript-document-nodes": "^2.2.10",
"@graphql-codegen/typescript-operations": "^2.3.7",
"@graphql-codegen/typescript-react-apollo": "^3.2.13",
"@rainbow-me/rainbowkit": "^0.4.5",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.30",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.1",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/react-portal": "^4.0.4",
"@types/react-table": "^7.7.12",
"bignumber.js": "^9.0.2",
"chakra-react-select": "^4.0.0",
"concurrently": "^7.1.0",
"date-fns": "^2.28.0",
"deepmerge": "^4.2.2",
"echarts": "^5.3.2",
"echarts-for-react": "^3.0.2",
"eslint": "8.14.0",
"eslint-config-next": "12.2.0",
"ethers": "^5.6.6",
"formik": "^2.2.9",
"framer-motion": "^6.3.3",
"graphql": "^16.4.0",
"lodash": "^4.17.21",
"next": "12.2.0",
"next-transpile-modules": "^9.0.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prettier": "^2.6.2",
"rc-pagination": "^3.1.17",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.9",
"react-jazzicon": "^1.0.3",
"react-portal": "^4.2.2",
"react-query": "^3.39.0",
"react-table": "^7.8.0",
"react-tiny-virtual-list": "^2.2.0",
"swiper": "^8.2.4",
"typescript": "4.6.4",
"use-debounce": "^8.0.1",
"wagmi": "^0.5.12"
}
}