-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.51 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
{
"name": "dluxio-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ceramicnetwork/http-client": "^1.5.3",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@glazed/devtools": "^0.1.3",
"@glazed/did-datastore": "^0.2.1",
"@hiveio/dhive": "^1.1.1",
"@hiveio/hive-js": "^2.0.4",
"@hiveio/keychain": "^1.0.4",
"@spknetwork/auth-react": "^0.0.6",
"@spknetwork/graph-client": "^1.0.5",
"@spknetwork/hive-keychain-ceramic": "^0.0.3",
"@spknetwork/idx-data-utils": "^0.1.0",
"@types/canvasjs": "^1.9.7",
"@types/d3-dsv": "^3.0.0",
"@types/d3-time-format": "^4.0.0",
"apexcharts": "^3.31.0",
"axios": "^0.21.4",
"canvasjs": "^1.8.3",
"chart.js": "^3.5.1",
"child_process": "^1.0.2",
"coingecko-api": "^1.0.10",
"cryptocharts": "^1.1.2",
"d3": "^7.1.1",
"d3-dsv": "^3.0.1",
"d3-format": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"dayjs": "^1.10.7",
"devextreme-react": "^21.2.3",
"formik": "^2.2.9",
"framer-motion": "^5",
"igniteui-react-charts": "^16.14.3",
"igniteui-react-core": "^16.14.3",
"mustache": "^4.2.0",
"net": "^1.0.2",
"next": "11.1.2",
"next-export-i18n": "^1.1.0",
"next-i18next": "^9.2.0",
"next-transpile-modules": "^9.0.0",
"ping": "^0.4.1",
"ping.js": "^0.3.0",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-chartjs-2": "^3.0.5",
"react-countdown": "^2.3.2",
"react-countdown-circle-timer": "^2.5.4",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-jw-player": "^1.19.1",
"react-markdown": "^7.1.0",
"react-masonry-css": "^1.0.16",
"react-no-ssr": "^1.1.0",
"react-responsive": "^9.0.0-beta.6",
"react-select": "^5.2.1",
"react-stockcharts": "^0.7.8",
"recoil": "^0.4.1",
"shortid": "^2.2.16"
},
"devDependencies": {
"@types/coingecko-api": "^1.0.2",
"@types/d3-scale": "^4.0.2",
"@types/d3-time": "^3.0.0",
"@types/ping": "^0.4.0",
"@types/react": "17.0.21",
"@types/react-no-ssr": "^1.1.3",
"@types/react-slider": "^1.3.1",
"autoprefixer": "^10.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.15",
"typescript": "4.4.3"
}
}