-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
43
44
45
46
47
48
49
{
"name": "ally",
"version": "1.0.1",
"description": "Ally - Simple & intuitive DEX aggregator for Voi",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3999",
"prebuild": "node scripts/update-version.cjs",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"type-check": "tsc --noEmit",
"setup-version": "bash scripts/setup-version-management.sh"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "^9.1.2",
"@txnlab/use-wallet-react": "^4.3.1",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.23.0",
"algosdk": "^3.5.2",
"autoprefixer": "^10.4.0",
"lute-connect": "^1.6.3",
"postcss": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.1.0",
"typescript": "^5.3.0",
"vite": "^7.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}