-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 2.01 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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "global-dv-nuxt2",
"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:prettier": "prettier --check .",
"lint": "npm run lint:js && npm run lint:prettier",
"lintfix": "prettier --write --list-different . && npm run lint:js -- --fix"
},
"dependencies": {
"@0xsquid/sdk": "2.8.0-beta.0",
"@0xsquid/squid-types": "0.1.31",
"@babel/eslint-parser": "^7.16.3",
"@metamask/detect-provider": "^2.0.0",
"@metamask/sdk": "^0.3.0",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.0",
"@uniswap/sdk": "^3.0.3",
"@uniswap/v2-sdk": "github:uniswap/v2-sdk",
"@vuejs-community/vue-filter-numeric-format": "^1.1.0",
"@walletconnect/web3-provider": "^1.8.0",
"apexcharts": "^3.44.0",
"core-js": "^3.19.3",
"ethers": "^4.0.0",
"fs": "^0.0.1-security",
"graphql-tag": "^2.12.6",
"html2canvas": "^1.4.1",
"near-api-js": "^1.0.0",
"nuxt": "^2.15.8",
"parallax-js": "^3.1.0",
"vue": "^2.7.14",
"vue-advanced-chat": "^2.0.1",
"vue-apexcharts": "^1.6.2",
"vue-browser-geolocation": "^1.8.0",
"vue-debounce": "^4.0.0",
"vue-filter-number-format": "^3.0.1",
"vue-server-renderer": "^2.7.14",
"vue-session": "^1.0.0",
"vue-template-compiler": "^2.7.14",
"vue2-gmap-custom-marker": "^6.1.0",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.6.1",
"web3": "^1.8.1",
"web3modal": "^1.9.9",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.3",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.22"
}
}