-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
113 lines (113 loc) · 3.68 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
{
"name": "uma-v2-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"clean": "rm -rf node_modules && rm -rf .next",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=9e9ed15fd825",
"update-approved-identifiers": "ts-node ./scripts/approvedIdentifiersTableParser.ts",
"cypress:run": "cypress run e2e"
},
"dependencies": {
"@next/third-parties": "^14.2.5",
"@radix-ui/react-tabs": "^1.0.1",
"@reach/checkbox": "^0.18.0",
"@reach/menu-button": "^0.18.0",
"@reach/portal": "^0.18.0",
"@reach/tooltip": "^0.18.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@uma/contracts-frontend": "^0.4.20",
"@web3-onboard/core": "^2.20.4",
"@web3-onboard/gnosis": "^2.1.10",
"@web3-onboard/injected-wallets": "^2.10.1",
"@web3-onboard/react": "^2.8.9",
"@web3-onboard/walletconnect": "^2.4.0",
"contentful": "^9.2.4",
"date-fns": "^2.29.3",
"eth-crypto": "^2.3.0",
"ethers": "^5.7.1",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"lodash": "^4.17.21",
"next": "13.5.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-focus-on": "^3.7.0",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.3",
"react-spring": "^9.5.5",
"remove-markdown": "^0.5.0",
"styled-components": "^5.3.5",
"superstruct": "^1.0.3",
"use-mailchimp-form": "^3.1.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@storybook/addon-actions": "^7.0.6",
"@storybook/addon-essentials": "^7.0.6",
"@storybook/addon-interactions": "^7.0.6",
"@storybook/addon-links": "^7.0.6",
"@storybook/jest": "^0.1.0",
"@storybook/nextjs": "^7.0.6",
"@storybook/react": "^7.0.6",
"@storybook/testing-library": "^0.1.0",
"@svgr/webpack": "^6.3.1",
"@tanstack/eslint-plugin-query": "^4.29.4",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/remove-markdown": "^0.3.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@uma/contracts-node": "^0.4.20",
"abi-decoder": "github:UMAprotocol/abi-decoder",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.2.5",
"babel-plugin-react-require": "^3.1.3",
"babel-plugin-styled-components": "^2.0.7",
"buffer": "^6.0.3",
"chromatic": "^6.9.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"cypress": "^12.3.0",
"discord-api-types": "^0.37.67",
"eslint": "8.23.1",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.11",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.24",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"process": "^0.11.10",
"storybook": "^7.0.6",
"storybook-addon-pseudo-states": "^2.0.1",
"storybook-mock-date-decorator": "^1.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.5.3",
"url": "^0.11.0",
"webpack": "^5.74.0"
},
"readme": "ERROR: No README data found!",
"_id": "uma-v2-dapp@0.1.0"
}