-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
50
{
"name": "main-interface",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "bun run prettier && next dev",
"build": "next build",
"prettier": "prettier --write .",
"link": "bun link liquidops",
"postbuild": "next-sitemap",
"permaweb-deploy": "node scripts/permaweb-deploy.mjs || cat dist-errors.txt"
},
"dependencies": {
"@ar.io/sdk": "^3.10.1",
"@irys/sdk": "^0.2.11",
"@permaweb/aoconnect": "^0.0.85",
"@permaweb/aoprofile": "^0.0.9",
"@tailwindcss/postcss": "^4.0.15",
"@tanstack/query-async-storage-persister": "^5.80.7",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"@tanstack/react-query-persist-client": "^5.80.7",
"@vela-ventures/aosync-sdk-react": "^1.0.22",
"ao-tokens-lite": "^0.0.9",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"framer-motion": "^11.15.0",
"idb-keyval": "^6.2.2",
"liquidops": "^1.2.29",
"lucide-react": "^0.483.0",
"next": "14.2.15",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.3",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.15.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.15",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"prettier": "^3.3.3"
}
}