-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
152 lines (152 loc) · 4.94 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
143
144
145
146
147
148
149
150
151
152
{
"name": "frontend",
"version": "0.0.0",
"license": "GNU",
"scripts": {
"start": "nx serve mstable",
"start:lts": "nx serve lts",
"start:dhedge": "nx serve dhedge",
"build": "nx build mstable",
"build:dhedge": "nx build dhedge",
"i18n:clear": "rimraf i18n-extractions",
"codegen": "nx run mstable-data-access:codegen",
"lint": "nx lint",
"lint:fix": "nx run-many --target=lint -- --fix",
"prepare": "husky install"
},
"private": true,
"lint-staged": {
"*.{js,jsx,ts,tsx,mdx}": "eslint --fix"
},
"dependencies": {
"@dhedge/core-ui-kit": "^0.4.7",
"@dhedge/crypto-assets": "^0.2.27",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@fontsource/inter": "^5.0.21",
"@fontsource/plus-jakarta-sans": "^4.5.11",
"@fontsource/red-hat-mono": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-mono": "^4.5.10",
"@fontsource/vazir": "^4.5.4",
"@gnosis.pm/safe-apps-wagmi": "^2.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.0",
"@rainbow-me/rainbowkit": "^0.12.8",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^4.29.1",
"bignumber.js": "^9.1.1",
"chart.js": "^4.2.1",
"core-js": "^3.30.0",
"date-fns": "^2.30.0",
"ethers": "^5.7.2",
"firebase": "^10.3.0",
"framer-motion": "^10.11.5",
"graphql": "^16.6.0",
"immer": "^9.0.21",
"phosphor-react": "^1.4.1",
"plausible-tracker": "^0.3.8",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-intl": "^6.3.2",
"react-jazzicon": "^1.0.4",
"react-json-view": "^1.21.3",
"react-tracked": "^1.7.11",
"react-use": "^17.4.0",
"redaxios": "^0.5.1",
"regenerator-runtime": "0.13.11",
"ts-custom-error": "^3.3.1",
"tslib": "^2.5.0",
"util": "^0.12.5",
"wagmi": "^0.12.19"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.21.4",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@emotion/babel-plugin": "^11.10.6",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@formatjs/cli": "^6.0.4",
"@graphprotocol/graph-cli": "^0.46.1",
"@graphprotocol/graph-ts": "^0.29.3",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@nrwl/cli": "15.9.2",
"@nrwl/cypress": "15.9.2",
"@nrwl/devkit": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "^15.3.5",
"@nrwl/nx-plugin": "^15.9.2",
"@nrwl/react": "15.9.2",
"@nrwl/vite": "15.9.2",
"@nrwl/web": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-essentials": "~7.0.2",
"@storybook/addons": "^7.0.2",
"@storybook/builder-webpack5": "~7.0.2",
"@storybook/core-server": "~7.0.2",
"@storybook/manager-webpack5": "~6.5.16",
"@storybook/react": "~7.0.2",
"@swc/core": "^1.2.173",
"@testing-library/react": "14.0.0",
"@types/axios": "^0.14.0",
"@types/node": "18.15.11",
"@types/ramda": "^0.28.24",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "~0.30.1",
"@vitest/ui": "^0.30.1",
"chromatic": "^6.17.3",
"commitlint-config-monorepo": "^2.0.2",
"cypress": "^12.9.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-formatjs": "^4.9.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase-tools": "^11.25.3",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jsdom": "~21.1.1",
"jsonc-eslint-parser": "^2.2.0",
"lint-staged": "^13.2.1",
"mustache": "^4.2.0",
"node-stdlib-browser": "^1.2.0",
"nx": "15.9.2",
"prettier": "^2.8.7",
"react-test-renderer": "18.2.0",
"rimraf": "^5.0.0",
"swc-loader": "0.1.15",
"typescript": "5.0.4",
"vite": "^4.2.3",
"vite-plugin-dts": "~2.2.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^2.2.2",
"vite-tsconfig-paths": "^4.1.0",
"vitest": "^0.30.1"
}
}