-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.33 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
{
"name": "token-minter-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"lint": "eslint --max-warnings=0 src",
"build": "tsc && vite build",
"preview": "vite preview",
"graphql-codegen": "graphql-codegen --require dotenv/config --config codegen.yaml"
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@babel/core": "^7.19.1",
"@cosmostation/cosmos-client": "^0.0.4",
"@cosmostation/extension-client": "^0.1.11",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/poppins": "^4.5.9",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.100",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"copy-to-clipboard": "^3.3.2",
"cudosjs": "^1.2.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.11.2",
"install": "^0.13.0",
"jdenticon": "^3.2.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image-size": "^1.0.5",
"react-inlinesvg": "^3.0.1",
"react-redux": "^8.0.2",
"react-responsive": "^9.0.0",
"react-router-dom": "^6.4.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"rollup": "^2.79.0",
"svg-loaders-react": "^2.2.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/typescript": "^2.7.4",
"@graphql-codegen/typescript-operations": "^2.5.4",
"@graphql-codegen/typescript-react-apollo": "^3.3.4",
"@keplr-wallet/types": "^0.11.9",
"@mui/material": "^5.10.6",
"@rollup/plugin-alias": "^3.1.9",
"@types/node": "^18.11.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"bech32": "^2.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1",
"typescript": "^4.6.4",
"vite": "^3.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0"
},
"setupFiles": [
"dotenv/config"
]
}