-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 3.52 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
{
"name": "aelf-playground-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.2",
"@codemirror/legacy-modes": "^6.4.0",
"@hookform/resolvers": "^3.9.0",
"@octokit/plugin-throttling": "^9.3.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@replit/codemirror-lang-solidity": "^6.0.2",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.8.3",
"@uiw/codemirror-theme-github": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@vitejs/plugin-react": "^4.3.3",
"@webcontainer/api": "^1.3.0-internal.2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"aelf-sdk": "^3.4.15",
"aelf-smartcontract-viewer": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"es-toolkit": "^1.16.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"lucide-react": "^0.408.0",
"octokit": "^4.0.2",
"parse-github-url": "^1.0.3",
"react": "^18.3.1",
"react-accessible-treeview": "^2.9.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-resizable-panels": "^2.0.20",
"react-router-dom": "^6.28.0",
"react-terminal": "^1.4.4",
"reflect-metadata": "^0.2.2",
"rehype-github-alerts": "^3.0.0",
"rehype-pretty-code": "^0.13.2",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"shiki": "^1.12.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"text-diff": "^1.0.1",
"use-debounce": "^10.0.1",
"use-resize-observer": "^9.1.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@mdx-js/rollup": "^3.1.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.17.6",
"@types/parse-github-url": "^1.0.3",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.9",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.1.5"
}
}