-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "tinyzil",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.3",
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
"@ledgerhq/hw-transport-webusb": "^6.6.0",
"@tanem/react-nprogress": "^3.0.64",
"@tippyjs/react": "^4.2.4",
"@types/redux-logger": "^3.0.9",
"@zilliqa-js/zilliqa": "^3.0",
"apexcharts": "^3.26.1",
"bignumber.js": "^9.0.1",
"dayjs": "^1.10.6",
"html-to-image": "^1.9.0",
"js-sha256": "^0.9.0",
"lightweight-charts": "^3.6.0",
"marked": "^2.1.3",
"next": "^12.2.0",
"next-redux-wrapper": "^7.0.0",
"next-themes": "^0.0.12",
"postcss-import": "^14.0.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-confetti": "^6.0.1",
"react-csv": "^2.2.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-loader-spinner": "^4.0.0",
"react-observer-api": "^1.0.14",
"react-redux": "^7.2.3",
"react-toastify": "^8.1.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"tslib": "^2.1.0",
"underscore": "^1.13.1",
"zeeves-auth-sdk-js": "^2.0.12"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/ledgerhq__hw-transport-u2f": "^4.21.2",
"@types/marked": "^2.0.4",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.1",
"@types/underscore": "^1.11.3",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "^4.1.5"
}
}