-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 951 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 951 Bytes
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
{
"name": "vue-solana-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": {
"@solana/web3.js": "^1.87.6",
"@web3auth/modal": "^10.15.0",
"core-js": "^3.38.0",
"vue": "^3.4.36"
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.7",
"@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",
"url": "^0.11.4"
}
}