-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
119 lines (119 loc) · 3.61 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "ecency-vision-next",
"version": "4.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@ecency/ns-query": "^1.2.11-next",
"@ecency/render-helper": "^2.2.36",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@firebase/analytics": "^0.10.0",
"@firebase/app": "^0.9.24",
"@firebase/messaging": "^0.12.5",
"@hiveio/dhive": "^1.3.1-beta",
"@hiveio/hivescript": "^1.3.3",
"@popperjs/core": "^2.11.8",
"@react-spring/web": "^9.7.3",
"@sentry/browser": "^8.33.1",
"@sentry/nextjs": "^8.36.0",
"@sentry/profiling-node": "^8.36.0",
"@tanstack/react-query": "^5.15.0",
"@tanstack/react-query-devtools": "^5.15.0",
"@tooni/iconscout-unicons-react": "^1.0.1",
"@webscopeio/react-textarea-autocomplete": "^4.9.2",
"axios": "1.6.2",
"bs58": "^4.0.1",
"currency-symbol-map": "^5.1.0",
"date-fns": "^2.30.0",
"diff-match-patch": "^1.0.5",
"emoji-mart": "^5.5.2",
"framer-motion": "^11.3.24",
"highcharts": "^11.4.5",
"highcharts-react-official": "^3.2.1",
"hive-uri": "^0.2.5",
"hivesigner": "^3.3.4",
"html-react-parser": "^5.0.7",
"i18next": "^23.11.5",
"js-md5": "^0.7.3",
"lightweight-charts": "^3.8.0",
"medium-zoom": "^1.1.0",
"moment": "^2.30.1",
"next": "15.0.2",
"next-pwa": "^5.6.0",
"numeral": "^2.0.6",
"path-to-regexp": "6.2.1",
"qrcode": "^1.5.3",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-datetime": "^3.2.0",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-grid-layout": "^1.4.4",
"react-highcharts": "^16.1.0",
"react-in-viewport": "1.0.0-beta.6",
"react-popper": "^2.3.0",
"react-resizable": "^3.0.5",
"react-resize-detector": "^7.1.2",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.3",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.2",
"react-virtualized": "^9.22.5",
"remeda": "^1.61.0",
"rss": "^1.2.2",
"sharp": "0.32.6",
"sortablejs": "^1.15.2",
"speakingurl": "^14.0.1",
"tus-js-client": "^4.1.0",
"use-indexeddb": "^2.0.2",
"uuid": "^9.0.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"@types/bs58": "^4.0.4",
"@types/diff-match-patch": "^1.0.36",
"@types/highcharts": "^7.0.0",
"@types/jest": "^29.5.11",
"@types/js-md5": "^0.7.0",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/path-to-regexp": "^1.7.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.8",
"@types/react-grid-layout": "^1.3.5",
"@types/react-highcharts": "^16.0.6",
"@types/react-virtualized": "^9.21.30",
"@types/rss": "^0.0.32",
"@types/sortablejs": "^1.15.8",
"@types/speakingurl": "^13.0.6",
"@types/tus-js-client": "^2.1.0",
"@types/uuid": "^9.0.8",
"@types/webscopeio__react-textarea-autocomplete": "^4.7.5",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}