-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.02 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxi generate && rm -f ./dist/404.html",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.3.2",
"vite-plugin-node-polyfills": "^0.9.0"
},
"dependencies": {
"@nuxt/webpack-builder": "^3.3.1",
"@nuxtjs/tailwindcss": "^6.3.1",
"arbundles": "^0.9.8",
"ardb": "^1.1.10",
"arweave": "^1.13.7",
"arweave-account": "https://github.com/rareweave/arweave-account",
"arweave-subaccounts": "https://github.com/rareweave/subaccounts",
"arweave-wallet-connector": "^1.0.0",
"base64url-encode": "^1.0.1",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"daisyui": "^2.50.0",
"date-fns": "^2.30.0",
"jsonpath-plus": "^7.2.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.4",
"nuxi": "^3.3.2",
"nuxt-lazy-load": "^3.0.4",
"sass": "^1.62.0",
"warp-contracts": "^1.3.3",
"warp-contracts-plugin-deploy": "^1.0.0"
}
}