-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.38 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.38 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
{
"name": "archon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.develop next dev",
"build:develop": "env-cmd -f .env.develop next build",
"build:stage": "env-cmd -f .env.stage next build",
"start": "next start",
"lint": "next lint",
"lint-es": "eslint . --cache --fix --ext js,jsx,ts,tsx",
"lint-ts": "tsc --noEmit",
"pre-commit": "yarn lint-es && yarn lint-ts",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"new": "plop --plopfile generators/index.js",
"build-storybook": "storybook build"
},
"dependencies": {
"@metamask/detect-provider": "1.2.0",
"@reduxjs/toolkit": "1.9.5",
"autosize": "6.0.1",
"axios": "0.25.0",
"bignumber.js": "9.0.0",
"bip39": "3.1.0",
"bs58": "5.0.0",
"buffer": "6.0.3",
"classnames": "2.3.1",
"crypto-js": "4.1.1",
"env-cmd": "10.1.0",
"ethers": "5.7.1",
"eventsource": "2.0.2",
"filesize": "10.1.0",
"next": "13.4.7",
"next-redux-wrapper": "8.0.0",
"rc-time-picker": "3.7.3",
"react": "18.2.0",
"react-content-loader": "6.2.1",
"react-copy-to-clipboard": "5.0.4",
"react-datepicker": "4.15.0",
"react-dom": "18.2.0",
"react-infinite-scroll-hook": "4.1.1",
"react-modal": "3.15.1",
"react-modal-hook": "3.0.2",
"react-otp-input": "3.0.4",
"react-paginate": "8.2.0",
"react-qr-code": "2.0.11",
"react-redux": "8.0.1",
"react-slidedown": "2.4.7",
"react-table": "7.8.0",
"react-toastify": "9.0.8",
"react-tooltip": "5.18.0",
"redux": "4.1.2",
"redux-persist": "6.0.0",
"redux-saga": "1.1.3",
"sass": "1.63.6",
"socket.io-client": "4.7.2",
"swiper": "9.4.1",
"vis-data": "7.1.7",
"vis-network": "9.1.8",
"xlsx": "0.18.5",
"zod": "3.22.4"
},
"devDependencies": {
"@storybook/addon-actions": "7.0.23",
"@storybook/addon-essentials": "7.0.23",
"@storybook/addon-interactions": "7.0.23",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.0.23",
"@storybook/addon-styling": "1.3.0",
"@storybook/addon-viewport": "7.0.23",
"@storybook/blocks": "7.0.23",
"@storybook/nextjs": "7.0.23",
"@storybook/react": "7.0.23",
"@storybook/testing-library": "0.0.14-next.2",
"@types/autosize": "4.0.1",
"@types/babel__template": "7.4.1",
"@types/classnames": "2.3.1",
"@types/crypto-js": "4.1.1",
"@types/eventsource": "1.1.15",
"@types/node": "18.7.18",
"@types/react": "18.0.21",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-datepicker": "4.11.2",
"@types/react-dom": "18.0.6",
"@types/react-modal": "3.13.1",
"@types/react-redux": "7.1.22",
"@types/react-table": "7.7.14",
"@types/redux-persist": "4.3.1",
"@types/redux-saga": "0.10.5",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-storybook": "0.6.12",
"eventemitter3": "4.0.7",
"husky": "7.0.4",
"plop": "3.0.5",
"storybook": "7.0.23",
"storybook-addon-jsx": "7.3.14",
"typescript": "4.8.3"
},
"packageManager": "yarn@3.6.1"
}