-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 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
{
"name": "ethzurich-publication",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck --no-emit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@iconify-json/heroicons-solid": "^1.1.7",
"@julr/unocss-preset-forms": "^0.0.5",
"@nuxt/devtools": "^0.4.0",
"@pinia/nuxt": "^0.4.8",
"@unocss/nuxt": "^0.51.3",
"@vueuse/nuxt": "^9.13.0",
"@wagmi/core": "^0.10.9",
"eslint": "^8.38.0",
"ethers": "<6",
"moment": "^2.29.4",
"nuxt": "^3.4.1",
"nuxt-headlessui": "^1.1.1",
"pnpm": "^8.2.0",
"taze": "^0.9.1",
"typescript": "^5.0.4",
"vite-plugin-node-polyfills": "^0.8.1",
"vitest": "^0.30.1",
"vue-tsc": "^1.2.0"
}
}