-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.53 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.53 KB
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
{
"name": "parax-test-env",
"version": "0.0.0",
"description": "parax test enviornment",
"packageManager": "pnpm@7.9.3",
"scripts": {
"start": "react-app-rewired start",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"update-parax-graphql": "graphql-codegen -c .graphqlrc-parax"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
},
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^17"
},
"author": "Parallel Finance",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.8.4",
"@coinbase/wallet-sdk": "^3.7.2",
"@ethersproject/providers": "^5.7.2",
"@parallel-mono/business-components": "0.0.1-alpha.51",
"@parallel-mono/components": "1.0.0-alpha.191",
"@parallel-mono/utils": "^0.0.10",
"@web3-react/coinbase-wallet": "8.2.0",
"@web3-react/core": "^8.2.2",
"@web3-react/eip1193": "8.2.0",
"@web3-react/empty": "8.2.0",
"@web3-react/gnosis-safe": "^8.2.3",
"@web3-react/metamask": "^8.2.3",
"@web3-react/network": "^8.2.2",
"@web3-react/walletconnect-v2": "^8.5.0",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"deployless-view": "1.0.20",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"paraspace-configs-v2": "^0.0.33",
"paraspace-utilities-contract-helpers": "0.0.19",
"paraspace-utilities-math-utils": "0.0.14",
"parax-sdk": "^0.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icomoon": "^2.5.7",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-toastify": "9.1.3",
"react-use": "^17.4.0",
"styled-components": "^5.3.11",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.5",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.18",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.27",
"@types/tinycolor2": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.1.4",
"customize-cra": "^1.0.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.8.8",
"react-app-rewired": "^2.2.1",
"reflect-metadata": "^0.1.13",
"typescript": "^4.9.5",
"webpack": "^5.88.2"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}