forked from fxhash/fxhash-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.65 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
120
121
122
123
124
{
"name": "fxhash-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"local:unix": "echo \"Your local server is `ipconfig getifaddr en0`:3000\"",
"test": "jest"
},
"dependencies": {
"@airgap/beacon-sdk": "^3.3.0",
"@apollo/client": "^3.4.16",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@taquito/beacon-wallet": "^13.0.1",
"@taquito/michel-codec": "^13.0.1",
"@taquito/michelson-encoder": "^13.0.1",
"@taquito/taquito": "^13.0.1",
"@types/cookie": "^0.5.1",
"@types/fuzzy-search": "^2.1.1",
"@types/is-hotkey": "^0.1.7",
"@types/jsonwebtoken": "^8.5.9",
"@types/prismjs": "^1.26.0",
"@types/react-color": "^3.0.6",
"@types/react-datepicker": "^4.3.4",
"@types/sha1": "^1.1.3",
"@vvo/tzdb": "^6.50.0",
"autonomy-irl-js": "^1.0.0",
"bignumber.js": "^9.0.2",
"chart.js": "^3.6.0",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"date-fns": "^2.25.0",
"date-fns-tz": "^1.1.6",
"detect-incognito": "^1.0.0",
"echarts": "^5.2.2",
"file-type": "^16.5.3",
"formik": "^2.2.9",
"fuzzy-search": "^3.2.1",
"graphql": "^15.6.1",
"gray-matter": "^4.0.3",
"hastscript": "^7.0.2",
"ics": "^3.1.0",
"is-hotkey": "^0.2.0",
"is-mobile": "^3.0.0",
"jose": "^4.11.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"nanoid": "^4.0.0",
"next": "12.2.6",
"nextjs-progressbar": "^0.0.16",
"papaparse": "^5.3.2",
"prismjs": "^1.28.0",
"react": "17.0.2",
"react-chartjs-2": "^3.3.0",
"react-colorful": "^5.6.1",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-intersection-observer": "^8.32.1",
"react-json-view": "^1.21.3",
"react-markdown": "^8.0.7",
"react-nl2br": "^1.0.2",
"react-router-dom": "^5.3.0",
"react-simple-code-editor": "^0.11.2",
"react-textarea-autosize": "^8.3.4",
"rehype-format": "^4.0.1",
"rehype-highlight": "^5.0.0",
"rehype-katex": "^6.0.2",
"rehype-prism": "^2.1.3",
"rehype-react": "^7.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.0",
"rehype-stringify": "^9.0.2",
"remark-directive": "^2.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.0",
"remark-rehype": "^10.0.0",
"remark-slate-transformer": "^0.6.7",
"remark-stringify": "^10.0.2",
"remark-toc": "^8.0.0",
"remark-unwrap-images": "^3.0.1",
"sass": "^1.42.1",
"scriptjs": "^2.5.9",
"semver": "^7.5.4",
"sha1": "^1.1.1",
"slate": "^0.81.0",
"slate-history": "^0.66.0",
"slate-react": "^0.81.0",
"unified": "^10.1.0",
"unist-util-visit": "^4.1.0",
"unzipit": "^1.3.5",
"use-async-effect": "^2.2.3",
"use-async-memo": "^1.2.4",
"use-http": "^1.0.26",
"yup": "^0.32.11",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.6",
"@types/jest": "^29.5.0",
"@types/lodash.debounce": "^4.0.7",
"@types/papaparse": "^5.3.2",
"@types/react": "17.0.27",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.1",
"@types/semver": "^7.5.0",
"eslint": "8.0.0",
"eslint-config-next": "12.2.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.31.8",
"jest": "^29.5.0",
"prettier": "2.6.2",
"ts-jest": "^29.1.0",
"typescript": "4.4.3"
}
}