-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "sfa-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"
},
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@web3auth/base": "^9.3.0",
"@web3auth/ethereum-provider": "^9.3.0",
"@web3auth/single-factor-auth": "^9.2.0",
"@babel/plugin-transform-private-methods": "^7.24.7",
"core-js": "^3.38.1",
"ethers": "^6.13.2",
"firebase": "^10.13.0",
"viem": "^2.19.8",
"vue": "^3.4.38",
"web3": "^4.11.1"
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@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": "~5.5.4"
}
}