-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
{
"name": "move-to-learn-next",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@aptos-labs/ts-sdk": "^1.38.0",
"@aptos-labs/wallet-adapter-react": "^6.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@monaco-editor/react": "^4.7.0",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.71.3",
"adm-zip": "^0.5.16",
"ansi-to-html": "^0.7.2",
"aptos": "^1.21.0",
"axios": "^1.8.4",
"ethers": "^6.13.5",
"fs": "0.0.1-security",
"fs-extra": "^11.3.0",
"http": "0.0.1-security",
"http-proxy-middleware": "^3.0.5",
"monaco-editor": "^0.52.2",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"temp-dir": "^3.0.0",
"uuid": "^11.1.0",
"viem": "2.23.3",
"wagmi": "^2.14.16",
"zustand": "^5.0.4"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^19.0.6",
"autoprefixer": "^10.4.21",
"eslint-config-next": "^15.1.7",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"postcss-preset-env": "^10.1.5",
"tailwindcss": "^4.1.1",
"typescript": "5.5.4"
}
}