-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1000 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
38
{
"name": "zerocodenft-nuxt-nft-template",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --fail-on-error"
},
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.15.1",
"dotenv": "^9.0.2",
"ethers": "5.5.1",
"merkletreejs": "^0.2.30",
"nuxt": "^2.15.7",
"vue-social-sharing": "^3.0.9",
"vue2-perfect-scrollbar": "^1.5.5"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nuxt/types": "~2.15.0",
"@openzeppelin/contracts": "^4.3.2",
"chai": "^4.3.4",
"eslint-config-prettier": "^8.3.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.8",
"prettier": "^2.3.2",
"sass": "^1.43.4",
"sass-loader": "^10.2.0"
}
}