-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "tkey-vue-quick-start",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tkey/core": "^12.0.0",
"@tkey/service-provider-sfa": "^11.0.0",
"@tkey/share-serialization": "^12.0.0",
"@tkey/storage-layer-torus": "^12.0.0",
"@tkey/web-storage": "^12.0.0",
"@web3auth/base": "^7.2.1",
"@web3auth/ethereum-provider": "^7.2.1",
"@web3auth/single-factor-auth": "^7.2.2",
"core-js": "^3.26.1",
"firebase": "^10.4.0",
"vue": "^3.3.4",
"web3": "^4.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"typescript": "~4.9.4"
}
}