-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
110 lines (110 loc) · 3.24 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
{
"name": "simple-serialize",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"storybook": "start-storybook -s ./eth2.0-specs/ssz -p 6006",
"build-storybook": "build-storybook"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@emotion/babel-plugin": "11.0.0",
"@types/bn.js": "^5.1.0",
"@types/bootstrap": "^5.1.10",
"@types/deep-equal": "^1.0.1",
"@types/file-saver": "^2.0.2",
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.0.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.20.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"process": "^0.11.10",
"sass": "^1.32.8",
"serve": "^12.0.0",
"style-loader": "^3.0.0",
"threads-webpack-plugin": "^1.0.8",
"typescript": "^4.6.3",
"webpack": "^5.53.0"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/types": "^7.14.5",
"@chainsafe/as-sha256": "^0.2.2",
"@chainsafe/lodestar-types": "^0.26.0",
"@chainsafe/persistent-merkle-tree": "^0.3.7",
"@chainsafe/ssz": "^0.8.17",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emotion/core": "^11.0.0",
"@emotion/react": "11.1.1",
"@emotion/styled": "11.0.0",
"@mdx-js/loader": "^0.15.4",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.9",
"autoprefixer": "^10.2.5",
"babel-plugin-macros": "^3.1.0",
"bn.js": "^5.2.0",
"bootstrap": "^5.0.0-beta3",
"bulma": "^0.9.3",
"core-js": "^3.15.2",
"doctoc": "^1.3.1",
"embla-carousel": "^4.5.3",
"eyzy-tree": "^0.2.2",
"file-saver": "^2.0.5",
"gray-matter": "^4.0.2",
"js-yaml": "^4.1.0",
"markdown-to-jsx": "^7.1.3",
"mdb-react-ui-kit": "^1.0.0-beta1",
"next": "^12.1.5",
"next-mdx-remote": "^2.1.3",
"node": "^16.0.0",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-alert": "^7.0.1",
"react-alert-template-basic": "^1.0.0",
"react-bootstrap": "^1.5.2",
"react-code-blocks": "^0.0.9-0",
"react-console-emulator": "^5.0.1",
"react-dom": "^17.0.2",
"react-loading-overlay-ts": "latest",
"react-markdown": "^5.0.3",
"react-overlays": "^5.0.0",
"react-router": "^5.2.0",
"react-scrollspy": "^3.4.3",
"react-spinners": "latest",
"remark": "^13.0.0",
"remark-emoji": "^2.1.0",
"remark-frontmatter": "^4.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"remark-images": "^2.0.0",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"remark-slug": "^6.0.0",
"remark-toc": "^7.2.0",
"sass": "^1.35.2",
"stylis": "^4.0.10",
"swr": "^0.5.5",
"threads": "^1.6.5",
"to-vfile": "^6.1.0",
"typescript": "^4.5.2",
"unified": "^9.2.1"
}
}