-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.52 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": "loot-bibliotheca",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js",
"vercel-build": "yarn global add node-gyp"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.27.0",
"@nuxtjs/svg": "^0.2.0",
"@nuxtjs/vercel-builder": "^0.21.3",
"@portis/web3": "^4.0.5",
"@walletconnect/web3-provider": "^1.4.1",
"bignumber.js": "^9.0.1",
"core-js": "^3.15.1",
"ethers": "^5.4.6",
"graphql": "^15.5.2",
"json-server": "^0.16.3",
"loot-rarity": "^4.2.0",
"nuxt": "^2.15.7",
"nuxt-graphql-request": "^4.1.0",
"v-click-outside": "^3.1.2",
"vue-gtag": "^1.16.1",
"walletlink": "^2.1.6",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0",
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^4.2.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.12.1",
"postcss": "^8.3.5",
"prettier": "^2.3.2"
}
}