-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
{
"name": "tucktools",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.vue,.js src",
"lint:fix": "eslint --ext .ts,.vue,.js src --fix src"
},
"dependencies": {
"@ethersproject/providers": "^5.6.8",
"@popperjs/core": "^2.11.5",
"@walletconnect/web3-provider": "^1.7.8",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"ethers": "^5.6.8",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.15",
"web3modal": "^1.9.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.1",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}