-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.38 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
{
"name": "@shibuidao/interface",
"version": "0.3.0-beta",
"private": true,
"scripts": {
"predev": "yarn meta:package",
"prebuild": "yarn meta:package",
"prestart": "yarn meta:package",
"dev": "next dev src",
"build": "next build src",
"start": "next start src",
"meta:package": "cpy package.json src/",
"storybook:start": "start-storybook -p 9009",
"storybook:build": "build-storybook",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx src"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/units": "^5.5.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@headlessui/react": "^1.5.0",
"@rainbow-me/rainbowkit": "^0.1.0",
"@reduxjs/toolkit": "^1.7.2",
"@sapphire/utilities": "^3.3.0",
"@shibuidao/erc721exchange-types": "^1.0.3",
"@subgraphs/eip721-matic": "^1.0.1",
"@tailwindcss/line-clamp": "^0.3.1",
"babel-plugin-macros": "^3.1.0",
"daisyui": "1.23.0",
"ethers": "^5.6.5",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"ms.macro": "^2.0.0",
"next": "12.1.0",
"next-plausible": "^3.1.5",
"next-seo": "^5.1.0",
"nextjs-sitemap-generator": "^1.3.1",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-if": "^4.1.1",
"react-redux": "^7.2.6",
"react-tippy": "^1.4.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"swr": "^1.2.2",
"tw-elements": "^1.0.0-alpha9",
"wagmi": "^0.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@sapphire/eslint-config": "4.0.8",
"@sapphire/prettier-config": "1.2.7",
"@sapphire/ts-config": "3.1.6",
"@shibuidao/boba-nft-bridge": "^1.1.0",
"@shibuidao/exchange": "^1.6.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-controls": "^6.4.19",
"@storybook/addon-docs": "^6.4.19",
"@storybook/addon-viewport": "^6.4.19",
"@storybook/react": "^6.4.19",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.21",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "5.8.0",
"autoprefixer": "10.4.2",
"cpy-cli": "^3.1.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "8.4.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.4.1",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"pretty-quick": "^3.1.3",
"prism-react-renderer": "^1.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"typescript": "^4.5.5"
},
"resolutions": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11"
},
"volta": {
"node": "16.10.0",
"yarn": "1.22.17"
}
}