-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.95 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
{
"name": "arweave-social",
"version": "0.1.0",
"author": "Pierre Neter <[email protected]>",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"format": "prettier --write .",
"type-check": "tsc",
"deploy:fund": "irys fund 100000000000 -h https://node2.irys.xyz -w ./wallets/wallet.json -t arweave",
"deploy:balance": "irys balance eNSUT_JT0yQgrC6TP4k2IlkO-krjIKzAUgxVPZ58fFI -h https://node2.irys.xyz -t arweave",
"deploy": "irys upload-dir dist -w ./wallets/wallet.json --index-file index.html -t arweave -h https://node2.irys.xyz",
"ao:build": "cd ao && ao build",
"ao:deploy": "cd ao && ao publish -w ../wallets/wallet.json ./process.wasm -t Memory-Limit -v 500-mb -t Compute-Limit -v 9000000000000",
"ao:deploy2": "cd ao && node deploy.js",
"ao:process": "cd ao && ao spawn -t name -v aohi3 -w ../wallets/wallet.json -m -7pVC8aDhK1u2U77DbxBABadibvPNXdPSmnGpLsyCyE",
"turbo:topup": "cd ao && node topup.js"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@ardrive/turbo-sdk": "^1.5.0",
"@dicebear/collection": "^8.0.1",
"@dicebear/core": "^8.0.1",
"@headlessui/react": "2.0.0-alpha.4",
"@heroicons/react": "^2.1.3",
"@irys/arweave": "^0.0.3",
"@irys/sdk": "^0.1.22",
"@mui/joy": "5.0.0-beta.32",
"@permaweb/ao-scheduler-utils": "^0.0.18",
"@permaweb/aoconnect": "^0.0.52",
"@reduxjs/toolkit": "^2.2.3",
"@sindresorhus/class-names": "^2.0.0",
"@styled-icons/bootstrap": "^10.47.0",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/entypo": "^10.46.0",
"@styled-icons/evaicons-outline": "^10.46.0",
"@styled-icons/evaicons-solid": "^10.46.0",
"@styled-icons/fluentui-system-regular": "^10.47.0",
"@styled-icons/heroicons-outline": "^10.47.0",
"@styled-icons/material-outlined": "^10.47.0",
"@uiw/react-markdown-editor": "^6.1.1",
"@uiw/react-markdown-preview": "^5.1.1",
"@uiw/react-md-editor": "^4.0.4",
"arweave": "^1.15.0",
"arweave-wallet-kit": "^1.0.4",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"clsx": "^2.1.0",
"daisyui": "^4.10.2",
"dayjs": "^1.11.10",
"joi": "^17.12.3",
"lodash": "^4.17.21",
"preline": "^2.1.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-daisyui": "^5.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-number-format": "^5.3.4",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"usehooks-ts": "^3.1.0",
"uuid": "^9.0.1",
"weavedb-sdk": "^0.39.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@rollup/plugin-inject": "^5.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.25",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier-plugin-organize-imports": "^3.2.4",
"sass": "^1.75.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}