-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.43 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "block-paper-scissors",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint './src/**/*.{js,ts,svelte}'",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.0.4",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.1",
"autoprefixer": "^10.4.4",
"buffer": "^6.0.3",
"daisyui": "^2.0.2",
"esbuild": "*",
"events": "^3.3.0",
"node-fetch": "*",
"postcss": "^8.4.12",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.9.5",
"undici": "*",
"vite": "^4.0.0"
},
"dependencies": {
"@capacitor/android": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@capacitor/ios": "^5.0.4",
"@ensdomains/ensjs": "^3.0.0-alpha.50",
"@netlify/functions": "^1.4.0",
"@types/node": "^14.18.42",
"@wagmi/core": "^1.0.4",
"@walletconnect/ethereum-provider": "^2.7.4",
"@web3modal/ethereum": "^2.4.1",
"@web3modal/html": "^2.4.1",
"@web3modal/standalone": "^2.4.1",
"ethers": "^5.7.2",
"viem": "^0.3.24"
}
}