321
Showing
kor.tar
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -5,7 +5,7 @@ |
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"deploy": "vue-cli-service build&&bash ./deploy.sh", | ||
"deploy": "npm run build && bash deploy.sh", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -16,6 +16,7 @@ |
"bitcoinjs-lib": "^5.2.0", | ||
"clipboard": "^2.0.8", | ||
"core-js": "^3.6.5", | ||
"dsbridge": "^3.1.4", | ||
"enc-utils": "^3.0.0", | ||
"mockjs": "^1.1.0", | ||
"register-service-worker": "^1.7.1", | ||
... | ... | @@ -50,7 +51,7 @@ |
"node-sass": "^4.14.1", | ||
"postcss": "^7.0.36", | ||
"sass-loader": "^7.3.1", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.9", | ||
"typescript": "~4.1.5", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
... | ... |
src/util/Bridge/index.ts
0 → 100644
Please
register
or
sign in
to comment