forked from FirstAsAlways/ZeroCodeNFT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "ZeroCodeNFT",
"version": "1.0.0",
"private": true,
"author": "Code Space Inc",
"description": "Seamless solution to create a smart contract & facilitate the launch of your NFT collection!",
"scripts": {
"dev": "nuxt",
"stag": "SET NODE_ENV=staging && nuxt --dotenv .env.staging",
"prod": "SET NODE_ENV=production && nuxt --dotenv .env.production",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.3",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/sitemap": "^2.4.0",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.23.3",
"dayjs": "^1.11.3",
"driver.js": "^0.9.8",
"ethers": "^5.6.9",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"merkletreejs": "^0.2.32",
"nanoid": "^3.3.4",
"nft.storage": "^6.4.0",
"npm": "^9.4.0",
"nuxt": "^2.15.8",
"vue-social-sharing": "^3.0.9",
"vue-stepper": "^1.4.2",
"vuelidate": "^0.7.7",
"vuex": "^3.6.2"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/style-resources": "^1.2.1",
"@openzeppelin/contracts": "^4.7.0",
"axios": "^0.21.4",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^10.3.1",
"vue-prism": "^1.0.5"
}
}