-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "bonfire",
"version": "1.1.2",
"description": "A communal bonfire for verifiably burning Algorand Standard Assets",
"license": "MIT",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"daisyui": "4.12.10",
"eslint": "^8.57.1",
"eslint-plugin-solid": "^0.14.3",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^6.2.1",
"@blockshake/defly-connect": "^1.1.6",
"@kobalte/core": "^0.13.6",
"@perawallet/connect": "^1.3.4",
"@tanstack/solid-table": "^8.20.5",
"@txnlab/use-wallet-solid": "^3.7.0",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.16.2",
"algosdk": "^2.9.0",
"axios": "^1.7.7",
"limiter": "^2.1.0",
"lute-connect": "^1.4.1",
"multiformats": "^13.3.0",
"solid-js": "^1.9.1"
}
}