-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 Bytes
/
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,
"packageManager": "pnpm@7.9.0",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"postinstall": "nuxi prepare"
},
"dependencies": {
"daisyui": "^2.24.0",
"ethers": "^5.7.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"ohash": "^0.1.5",
"pinia-plugin-persistedstate": "^2.1.1",
"radash": "^7.0.0",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@nuxtjs/color-mode": "^3.1.4",
"@nuxtjs/supabase": "^0.1.23",
"@nuxtjs/tailwindcss": "^5.3.2",
"@pinia/nuxt": "^0.4.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/lodash": "^4.14.184",
"@types/lodash.clonedeep": "^4.5.7",
"@vueuse/nuxt": "^9.1.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"nuxt": "^3.0.0-rc.8",
"pinia": "^2.0.20",
"typescript": "^4.7.4"
}
}