forked from cudoventures/cudos-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.14 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
{
"name": "cudos-dashboard",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@cosmostation/cosmos-client": "^0.0.4",
"@cosmostation/extension-client": "0.1.11",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fontsource/poppins": "^4.5.5",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.5.2",
"@reduxjs/toolkit": "^1.8.0",
"@rollup/plugin-inject": "^5.0.3",
"axios": "^0.27.2",
"bech32": "^2.0.0",
"big.js": "^6.1.1",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.1",
"cosmjs-types": "^0.4.1",
"cudosjs": "^1.2.7",
"detect-browser": "^5.3.0",
"dompurify": "^2.3.8",
"graphql": "^16.3.0",
"graphql-tag": "^2.0.0",
"graphql-ws": "^5.6.4",
"jdenticon": "^3.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"numeral": "^2.0.6",
"protobufjs": "^6.11.3",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-currency-input-field": "^3.6.9",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-markdown": "^8.0.3",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"svg-loaders-react": "^2.2.1",
"uint8-to-base64": "^0.2.0",
"vite": "^2.9.8"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@rollup/plugin-alias": "^4.0.2",
"@types/big.js": "^6.1.3",
"@types/dompurify": "^2.3.3",
"@types/lodash": "^4.14.182",
"@types/long": "^4.0.2",
"@types/node": "^18.11.9",
"@types/numeral": "^2.0.2",
"@types/ramda": "^0.28.7",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.2",
"prettier": "^2.6.1",
"typescript": "^4.5.4",
"vite-tsconfig-paths": "^3.4.1"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"vite": "^2.8.0"
}
}