-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.23 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
42
{
"name": "viper-dapp",
"license": "CC-NC-4.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@reown/appkit": "1.1.0",
"@reown/appkit-adapter-wagmi": "1.1.0",
"@tanstack/vue-query": "^5.62.0",
"@wagmi/core": "^2.15.0",
"@wagmi/vue": "^0.0.67",
"@unhead/vue": "^1.8.3",
"ethers": "^5.7.2",
"merkletreejs": "^0.3.10",
"pug": "^3.0.2",
"viper": "https://github.com/folia-app/viper#468c95ae78599c65ca68fc14b141ffd2bfaad972",
"viper-contracts": "https://github.com/folia-app/viper-contracts#173b5f25b1988b113a38ee1ecf5e5cc5afbabfee",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vuex": "^4.1.0",
"xss": "^1.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}