forked from madfish-solutions/quipuswap-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) Β· 1.95 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
{
"name": "quipuswap-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build; yarn generate-public-whitelist",
"lint": "vue-cli-service lint",
"generate-public-whitelist": "ts-node-transpile-only -O '{\"module\":\"commonjs\"}' ./bin/generate-public-whitelist.ts"
},
"dependencies": {
"@taquito/beacon-wallet": "8.1.0",
"@taquito/local-forging": "8.1.0",
"@taquito/michelson-encoder": "8.1.0",
"@taquito/taquito": "8.1.0",
"@taquito/tzip12": "8.1.0",
"@taquito/tzip16": "8.1.0",
"@taquito/utils": "8.1.0",
"@temple-wallet/dapp": "^2.2.3",
"axios": "^0.19.2",
"bignumber.js": "^9.0.0",
"core-js": "^3.6.4",
"debounce-promise": "^3.1.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"mem": "^8.0.0",
"number-precision": "^1.5.0",
"reflect-metadata": "^0.1.13",
"unfetch": "^4.1.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.5",
"vue-simple-alert": "^1.1.1",
"vue-toastification": "^1.7.11",
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/debounce-promise": "^3.1.3",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-router": "^4.2.0",
"@vue/cli-plugin-typescript": "^4.2.2",
"@vue/cli-plugin-vuex": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.1.2",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"ts-node": "^9.1.1",
"typescript": "~4",
"vue-cli-plugin-tailwind": "^1.2.0",
"vue-template-compiler": "^2.6.11"
}
}