forked from Apillon/nft-template-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 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
{
"name": "apillon-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@nuxtjs/google-fonts": "^3.0.0-0",
"@types/node": "18.11.1",
"@vueuse/nuxt": "^10.0.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.22.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-vue": "^9.4.0",
"nuxt": "^3.2.2",
"postcss": "^8.4.35",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"ethers": "^5.5.4",
"nuxt-icons": "^3.0.0",
"vue3-toastify": "^0.2.1"
}
}