-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
142 lines (142 loc) Β· 4.64 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@rulesorg/interface",
"version": "1.0.0",
"description": "Rules interface",
"scripts": {
"graphql:fetch": "node scripts/fetch-schema.js",
"graphql:generate": "graphql-codegen --config apollo-codegen.ts",
"graphql": "yarn graphql:fetch && yarn graphql:generate",
"i18n:extract": "lingui extract --locale en-US",
"i18n:compile": "lingui compile",
"i18n": "yarn i18n:extract --clean && yarn i18n:compile",
"prepare": "yarn graphql && yarn i18n",
"start": "craco start",
"serve": "serve build -l 3000",
"build": "craco build",
"lint": "yarn eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/eslint/ ."
},
"author": "Charles Lanier",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.7.14",
"@coinbase/wallet-sdk": "^3.6.6",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@lingui/react": "^4.2.0",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@reach/dialog": "^0.18.0",
"@react-spring/web": "^9.7.2",
"@reduxjs/toolkit": "^1.6.2",
"@rulesorg/sdk-core": "^1.5.0",
"@rulesorg/serum": "^0.1.4",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.1.0",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.27.0",
"@vanilla-extract/css": "^1.11.0",
"@vanilla-extract/recipes": "^0.4.0",
"@vanilla-extract/sprinkles": "^1.6.0",
"@web3-react/coinbase-wallet": "^8.2.0",
"@web3-react/core": "^8.2.0",
"@web3-react/metamask": "^8.2.1",
"@web3-react/network": "^8.2.0",
"@web3-react/types": "^8.2.0",
"@web3-react/walletconnect": "^8.2.0",
"alchemy-sdk": "2.8.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"bn.js": "^5.2.0",
"caniuse-lite": "^1.0.30001489",
"clsx": "^1.2.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"ethers": "6.4.0",
"express": "^4.17.2",
"get-starknet-core": "^2.1.0",
"graphql": "15.8.0",
"immer": "^10.0.2",
"js-levenshtein": "^1.1.6",
"make-plural": "^7.3.0",
"moment": "^2.29.1",
"otplib": "^12.0.1",
"polished": "^4.2.2",
"qrcode.react": "^3.1.0",
"qs": "^6.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.9.1",
"react-google-recaptcha": "^2.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.5",
"react-remove-scroll": "^2.5.5",
"react-router-dom": "^6.11.2",
"redux-localstorage-simple": "^2.5.1",
"starknet": "^5.21.0",
"styled-components": "^6.0.0-rc.2",
"ua-parser-js": "^1.0.36",
"url-join": "4.0.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@lingui/cli": "^4.2.0",
"@lingui/macro": "^4.2.0",
"@types/bn.js": "^5.1.0",
"@types/cookie-parser": "^1.4.2",
"@types/js-levenshtein": "^1.1.1",
"@types/ms.macro": "^2.0.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.35",
"@types/react-dom": "^18.2.4",
"@types/react-google-recaptcha": "^2.1.5",
"@types/styled-components": "^5.1.26",
"@types/ua-parser-js": "^0.7.37",
"@types/url-join": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@uniswap/eslint-config": "^1.2.0",
"@vanilla-extract/babel-plugin": "^1.2.0",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"babel-plugin-styled-components": "^2.1.3",
"buffer": "^6.0.3",
"css-loader": "^6.7.4",
"eslint": "8.41.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-webpack-plugin": "^3.1.1",
"get-graphql-schema": "^2.1.2",
"mini-css-extract-plugin": "^2.7.6",
"ms.macro": "^2.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"polyfill-object.fromentries": "^1.0.1",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"react-scripts": "^5.0.1",
"ts-node": "10.9.1",
"typescript": "^4.5.4"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}