forked from rsksmart/tokenbridge-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.19 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
{
"name": "tokenbridge-ui",
"version": "2.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"deploy-firebase": "npm run build && npx firebase deploy --only hosting",
"lint:autofix": "yarn lint:check --fix",
"lint:check": "eslint './src/**/*.{js,vue}'",
"prettier": "prettier './src/**/*.{js,vue}'",
"prettier:autofix": "yarn prettier --write",
"prettier:check": "yarn prettier --check",
"start": "npm run serve"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@mdi/font": "5.9.55",
"@rsksmart/rlogin": "^1.3.3",
"@walletconnect/web3-provider": "^1.4.1",
"bignumber.js": "^9.0.1",
"bootstrap": "4.6.0",
"core-js": "^3.21.1",
"dexie": "^3.2.2",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"roboto-fontface": "*",
"vee-validate": "^4.4.5",
"vue": "^3.0.0",
"vue-router": "^4.0.10",
"vuetify": "^3.0.0-alpha.0",
"web3": "^1.3.6",
"webfontloader": "^1.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@synthetixio/synpress": "^1.2.0",
"@vue/cli-plugin-babel": "5.0.0-beta.7",
"@vue/cli-plugin-e2e-cypress": "~4.5.14",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.14",
"@vue/cli-service": "5.0.0-beta.7",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.0.0",
"ethereumjs-util": "^7.1.4",
"firebase-tools": "^9.18.0",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"typescript": "~3.9.3",
"vue-cli-plugin-vuetify": "~2.4.5",
"vue-jest": "^5.0.0-0",
"vuetify-loader": "^2.0.0-alpha.0",
"webpack": "^5.69.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": "16"
}
}