-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.26 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
67
68
69
70
71
72
73
74
75
76
{
"name": "wiv-marketplace",
"version": "0.0.1",
"description": "To Add",
"productName": "WiV Marketplace",
"author": "Jose Miguel Gonzales <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"lint:fix": "./node_modules/.bin/eslint --ext .js,.ts,.vue src/** --fix",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "cross-env QENV=development quasar dev",
"prod": "cross-env QENV=production quasar dev"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.9.3",
"@metamask/onboarding": "^1.0.1",
"@opensea/seaport-js": "^1.1.0",
"@popperjs/core": "^2.11.7",
"@quasar/extras": "^1.0.0",
"@transak/transak-sdk": "^1.2.3",
"@types/jsonwebtoken": "^9.0.2",
"@veriff/incontext-sdk": "^1.3.1",
"@veriff/js-sdk": "^1.5.1",
"ajv": "^8.12.0",
"apexcharts": "^3.36.0",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"jsonwebtoken": "^9.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"opensea-js": "^4.0.12",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^2.3.0",
"pinia-shared-state": "^0.3.0",
"quasar": "^2.6.0",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2",
"vue": "^3.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0",
"vue-shepherd": "^3.0.0",
"vue3-apexcharts": "^1.4.1",
"web3": "^1.8.0",
"web3-utils": "^1.8.1"
},
"devDependencies": {
"@quasar/app-webpack": "^3.0.0",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}