This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
generated from ecadlabs/taquito-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "vuetify-ts-template",
"version": "0.1.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"
},
"dependencies": {
"@airgap/beacon-sdk": "^2.2.1",
"@taquito/beacon-wallet": "^8.0.1-beta.1",
"@taquito/rpc": "^8.0.1-beta.1",
"@taquito/signer": "^8.0.1-beta.1",
"@taquito/taquito": "^8.0.1-beta.1",
"core-js": "^3.9.1",
"moment": "^2.29.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.5.1",
"vuetify": "^2.4.5",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"vuex-persistedstate": "^3.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-e2e-cypress": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"typescript": "^3.6.0",
"vue-cli-plugin-vuetify": "^2.0.3",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.7.2"
}
}