forked from AstarNetwork/astar-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.39 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "@astar-network/astar-portal",
"version": "0.0.36",
"description": "Astar Portal is the hub of a multi-chain, one-stop platform for managing assets and dApp Staking - build2earn protocol.",
"productName": "Astar Portal - Astar & Shiden Network",
"author": "Astar Network",
"private": false,
"license": "GPL-3.0-only",
"scripts": {
"dev": "quasar dev",
"build": "yarn run build:spa",
"build:ssr": "quasar build -m ssr",
"build:spa": "quasar build -m spa",
"format": "prettier --write **/*.{ts,vue}",
"check-format": "prettier --check **/*.{ts,vue}",
"lint": "yarn format && yarn check-format && eslint --fix --ext .ts,.vue ./",
"lint:check": "yarn check-format && eslint --ext .ts,.vue ./",
"test": "quasar test --unit jest",
"deploy": "push-dir --dir=dist/spa --remote=gh-pages --branch=main",
"start": "node server.js",
"heroku-postbuild": "yarn install && yarn build",
"heroku-deploy": "git push heroku main",
"playwright:codegen": "npx playwright codegen http://localhost:8080",
"playwright": "BASE_URL='http://localhost:8080' ENDPOINT='ws://127.0.0.1:9944' npx playwright test --project=chromium",
"playwright:ci": "node ./tests/chopsticks/start-chopsticks.js"
},
"dependencies": {
"@astar-network/astar-sdk-core": "^0.2.8",
"@astar-network/astar-ui": "^0.0.140",
"@astar-network/metamask-astar-adapter": "^0.5.4",
"@astar-network/metamask-astar-types": "^0.6.1",
"@ethersproject/bignumber": "^5.5.0",
"@layerzerolabs/scan-client": "^0.0.8",
"@polkadot/api": "^11.3.1",
"@polkadot/api-contract": "^11.3.1",
"@polkadot/extension-dapp": "0.47.5",
"@polkadot/hw-ledger": "^12.6.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/networks": "^12.6.2",
"@polkadot/rpc-provider": "^11.3.1",
"@polkadot/types": "^11.3.1",
"@polkadot/types-known": "^11.3.1",
"@polkadot/types-support": "^11.3.1",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/vue-identicon": "^3.6.6",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-randomvalues": "^12.6.2",
"@quasar/app-webpack": "^3.11.2",
"@quasar/extras": "^1.16.7",
"@vue/apollo-composable": "^4.0.0-beta.4",
"@walletconnect/ethereum-provider": "^2.12.2",
"@walletconnect/modal": "^2.6.2",
"animate.css": "^4.1.1",
"apr-tools": "^0.1.3",
"axios": "^0.24.0",
"bn.js": "5.1.0",
"connect-history-api-fallback": "^1.6.0",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.19.1",
"dompurify": "^2.3.7",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.4",
"express": "^4.17.1",
"highcharts": "^10.0.0",
"highcharts-vue": "^1.4.0",
"inversify": "^6.0.1",
"jest": "^29.6.1",
"keccak": "^3.0.2",
"lodash-es": "^4.17.21",
"luxon": "^2.5.2",
"marked": "^4.0.15",
"path": "^0.12.7",
"polkasafe": "^1.4.2",
"quasar": "^2.12.7",
"query-string": "^7.1.0",
"reflect-metadata": "^0.1.13",
"secp256k1": "^4.0.2",
"serve-static": "^1.14.1",
"serverless-http": "^2.7.0",
"store": "^2.0.12",
"stream": "^0.0.2",
"swiper": "^11.0.3",
"three": "^0.165.0",
"v-odometer": "^2.0.1",
"validator": "^13.7.0",
"vue-i18n": "^9.2.2",
"vue-js-progress": "^1.0.2",
"vue-router": "^4.0.0",
"vue3-autocounter": "^1.0.6",
"vue3-click-away": "^1.2.4",
"vue3-dropzone": "^0.0.7",
"vue3-jazzicon": "^0.1.2",
"vue3-recaptcha2": "^1.7.0",
"vuex": "^4.0.1",
"web3": "^1.10.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@depay/web3-mock": "^13.26.0",
"@playwright/test": "^1.31.0",
"@polkadot/ts": "^0.4.22",
"@quasar/quasar-app-extension-apollo": "^2.1.0-beta.1",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.10",
"@quasar/quasar-app-extension-testing": "^2.2.0",
"@quasar/quasar-app-extension-testing-unit-jest": "^3.0.0-beta.7",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@types/bn.js": "^5.1.0",
"@types/create-hash": "^1.2.2",
"@types/dompurify": "^2.3.3",
"@types/jest": "^28.1.1",
"@types/keccak": "^3.0.1",
"@types/lodash-es": "^4.17.6",
"@types/luxon": "^2.0.7",
"@types/marked": "^4.0.3",
"@types/node": "^16.11.9",
"@types/query-string": "^6.3.0",
"@types/store": "^2.0.2",
"@types/three": "^0.165.0",
"@types/validator": "^13.7.11",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier-vue": "^3.1.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^3.0.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^2.4.1",
"push-dir": "^0.4.1",
"sass-loader": "12.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"tailwindcss-theme-variants": "^2.0.0-alpha.2"
},
"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": ">=18.x",
"yarn": ">=1.22.0"
},
"browser": {
"crypto": false,
"stream": false
}
}