-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 Bytes
/
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
{
"name": "notifi-vue-example",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@notifi-network/notifi-core": "^0.84.0",
"@notifi-network/notifi-react-card": "^0.84.0",
"@wagmi/core": "^1.3.0",
"@web3modal/ethereum": "^2.6.0",
"@web3modal/html": "^2.6.0",
"ethers": "5.7.0",
"veaury": "^2.3.12",
"vue": "^3.3.4",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.17",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}