-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.75 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.75 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
{
"name": "stader",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint --fix ./**/*.tsx",
"format": "prettier ./**/*.tsx --config ./.prettierrc --write",
"prepare": "husky install"
},
"dependencies": {
"@bladelabs/blade-web3.js": "0.9.9",
"@hashgraph/hedera-wallet-connect": "^2.0.4",
"@hashgraph/hethers": "^1.0.3",
"@hashgraph/sdk": "^2.63.0",
"@reown/appkit": "1.8.10",
"@reown/appkit-controllers": "1.8.10",
"@reown/walletkit": "^1.2.8",
"@walletconnect/modal": "^2.7.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@sentry/nextjs": "^6.19.7",
"@terra-dev/neumorphism-ui": "^0.20.1",
"@types/react-gtm-module": "^2.0.1",
"@types/react-slick": "^0.23.5",
"apexcharts": "^3.28.3",
"axios": "^0.23.0",
"bootstrap": "^5.0.0-beta3",
"classnames": "^2.3.1",
"firebase": "^9.0.2",
"formik": "^2.2.9",
"hashconnect": "^0.1.6",
"latest": "^0.2.0",
"lodash.debounce": "^4.0.8",
"moment": "2.29.2",
"next": "^12.1.0",
"next-images": "^1.8.1",
"next-transpile-modules": "^9.0.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "17.0.2",
"react-gif-player": "^0.4.2",
"react-gtm-module": "^2.0.11",
"react-query": "^3.34.5",
"react-slick": "^0.28.1",
"react-use-clipboard": "^1.0.7",
"sass": "^1.41.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"validator": "^13.6.0",
"web-vitals": "^2.1.0",
"yup": "^0.32.11",
"@walletconnect/utils": "^2.13.0",
"ethers": "^6.13.5"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.4.3",
"@storybook/addon-essentials": "^6.4.3",
"@storybook/addon-links": "^6.4.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.3",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^16.9.1",
"@types/nprogress": "^0.2.0",
"@types/prop-types": "^15.7.4",
"@types/react": "17.0.21",
"autoprefixer": "^9",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.5.1",
"husky": "^7.0.4",
"postcss": "^8",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.9",
"typescript": "^4.9.5"
}
}